asString static method

String? asString(
  1. CarrierInfoType? carrierInfoType
)

Get the String representation of a CarrierInfoType.

Implementation

static String? asString(CarrierInfoType? carrierInfoType) =>
    carrierInfoType?.toString();