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