MeasurementUnitWeight enum
Values
- IMPERIAL_WEIGHT_OUNCE → const MeasurementUnitWeight
- IMPERIAL_POUND → const MeasurementUnitWeight
- IMPERIAL_STONE → const MeasurementUnitWeight
- METRIC_MILLIGRAM → const MeasurementUnitWeight
- METRIC_GRAM → const MeasurementUnitWeight
- METRIC_KILOGRAM → const MeasurementUnitWeight
Properties
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<
MeasurementUnitWeight> - A constant List of the values in this enum, in order of their declaration.