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