Unit enum
- Inheritance
- Available extensions
Values
- none → const Unit
- seconds → const Unit
- microSeconds → const Unit
- milliSeconds → const Unit
- bytes → const Unit
- kiloBytes → const Unit
- megaBytes → const Unit
- gigaBytes → const Unit
- teraBytes → const Unit
- bits → const Unit
- kiloBits → const Unit
- megaBits → const Unit
- gigaBits → const Unit
- teraBits → const Unit
- percent → const Unit
- count → const Unit
- bytesPerSecond → const Unit
- kiloBytesPerSecond → const Unit
- megaBytesPerSecond → const Unit
- gigaBytesPerSecond → const Unit
- teraBytesPerSecond → const Unit
- bitsPerSecond → const Unit
- kiloBitsPerSecond → const Unit
- megaBitsPerSecond → const Unit
- gigaBitsPerSecond → const Unit
- teraBitsPerSecond → const Unit
- countPerSecond → const Unit
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 Unit, provided by the UnitValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited