coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case enabledWhenSupported:
      return 0;
    case disabled:
      return 1;
  }
}