HazmatType class
The available dangerous goods (HAZMAT) types.
Constructors
- HazmatType(dynamic id, dynamic jsonValue)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
finalinherited
Methods
-
matches(
ValueEnum other) → bool -
inherited
-
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
Static Properties
- limitedQuantity ↔ HazmatType
-
Limited quantity
getter/setter pair
- lithium ↔ HazmatType
-
Lithium
getter/setter pair
- ormD ↔ HazmatType
-
ORM-D
getter/setter pair
- primary ↔ HazmatType
-
Primary
getter/setter pair
- primaryContained ↔ HazmatType
-
Primary contained
getter/setter pair
- primaryPacked ↔ HazmatType
-
Primary packed
getter/setter pair
- secondary ↔ HazmatType
-
Secondary
getter/setter pair
- secondaryContained ↔ HazmatType
-
Secondary contained
getter/setter pair
- secondaryPacked ↔ HazmatType
-
Secondary packed
getter/setter pair
Static Methods
-
asString(
HazmatType? hazmatType) → String? - Get the String representation of a HazmatType.
-
fromString(
String? value) → HazmatType? - Get the HazmatType from a String.