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