coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case none:
      return 0;
    case syncSystemTables:
      return 1;
    case syncSystemAndTopologyTables:
      return 2;
  }
}