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