coreValue property

  1. @visibleForTesting
int coreValue

Implementation

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