asString static method
- HazmatType? hazmatType
Get the String representation of a HazmatType.
Implementation
static String? asString(HazmatType? hazmatType) => hazmatType?.toString();
Get the String representation of a HazmatType.
static String? asString(HazmatType? hazmatType) => hazmatType?.toString();