asString static method

String? asString(
  1. CarrierAccountType? carrierAccountType
)

Get the String representation of a CarrierAccountType.

Implementation

static String? asString(CarrierAccountType? carrierAccountType) =>
    carrierAccountType?.toString();