UnitMassType enum
Values
- kilograms → const UnitMassType
-
const UnitMassType(converter: 1.0, symbol: 'kg')
- grams → const UnitMassType
-
const UnitMassType(converter: 0.001, symbol: 'g')
- milligrams → const UnitMassType
-
const UnitMassType(converter: 0.000001, symbol: 'mg')
- micrograms → const UnitMassType
-
const UnitMassType(converter: 0.000000001, symbol: 'µg')
- milliliter → const UnitMassType
-
const UnitMassType(converter: 0.001, symbol: 'ml')
Properties
- converter → double
-
final
- 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
- symbol → String
-
final
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
Constants
-
values
→ const List<
UnitMassType> - A constant List of the values in this enum, in order of their declaration.