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