coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case begin:
      return 0;
    case end:
      return 1;
    case beginAndEnd:
      return 2;
  }
}