coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case overlap:
      return 0;
    case dissolve:
      return 1;
    case split:
      return 2;
  }
}