coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case default_:
      return 0;
    case global:
      return 1;
    case local:
      return 2;
    case applicationLocale:
      return 3;
  }
}