coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case upSample:
      return 0;
    case blank:
      return 1;
    case show_:
      return 2;
    case unknown:
      return -1;
  }
}