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