scopes property

int get scopes

Gets the MeterScope.

Implementation

int get scopes {
  if (_scopes.hasFlag(MeterScope.none)) {
    // TODO: Complete with parameters.
    throw ArgumentOutOfRangeException();
  }
  return _scopes;
}