coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case automatic:
      return 0;
    case new180InZone01:
      return 1;
    case new180InZone60:
      return 2;
    case old180InZone01:
      return 3;
    case old180InZone60:
      return 4;
  }
}