UnitType enum
Values
- unitLess → const UnitType
- length → const UnitType
- weight → const UnitType
- volume → const UnitType
- temperature → const UnitType
- time → const UnitType
- area → const UnitType
- speed → const UnitType
- pressure → const UnitType
- energy → const UnitType
- power → const UnitType
- frequency → const UnitType
- fuelEfficiency → const UnitType
- angle → const UnitType
- currency → const UnitType
- density → const UnitType
- force → const UnitType
- luminosity → const UnitType
- dataStorage → const UnitType
- electricCurrent → const UnitType
- voltage → const UnitType
- capacitance → const UnitType
- resistance → const UnitType
- inductance → const UnitType
- magneticField → const UnitType
- radioactivity → const UnitType
- concentration → const UnitType
- acidity → const UnitType
- illumination → const UnitType
- torque → const UnitType
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited