scopes property

int get scopes

Gets the MeterScope.

Implementation

int get scopes {
  if (_scopes.hasFlag(MeterScope.none)) {
    // TODO(jamiewest): Visit when ArgumentOutOfRangeException is added.
    // throw ArgumentOutOfRangeException();
  }
  return _scopes;
}