MetricUnit enum
- Inheritance
 - Available extensions
 
Values
- seconds → const MetricUnit
 - microseconds → const MetricUnit
 - milliseconds → const MetricUnit
 - bytes → const MetricUnit
 - kilobytes → const MetricUnit
 - megabytes → const MetricUnit
 - gigabytes → const MetricUnit
 - terabytes → const MetricUnit
 - bits → const MetricUnit
 - kilobits → const MetricUnit
 - megabits → const MetricUnit
 - gigabits → const MetricUnit
 - terabits → const MetricUnit
 - percent → const MetricUnit
 - count → const MetricUnit
 - bytesSecond → const MetricUnit
 - kilobytesSecond → const MetricUnit
 - megabytesSecond → const MetricUnit
 - gigabytesSecond → const MetricUnit
 - terabytesSecond → const MetricUnit
 - bitsSecond → const MetricUnit
 - kilobitsSecond → const MetricUnit
 - megabitsSecond → const MetricUnit
 - gigabitsSecond → const MetricUnit
 - terabitsSecond → const MetricUnit
 - countSecond → const MetricUnit
 - none → const MetricUnit
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - index → int
 - 
  A numeric identifier for the enumerated value.
  no setterinherited
 - name → String
 - 
      
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  toValue(
) → String  - 
      
Available on MetricUnit, provided by the MetricUnitValueExtension extension
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Constants
- 
    values
  → const List<
MetricUnit>  - A constant List of the values in this enum, in order of their declaration.