asString static method

String? asString(
  1. CustomsRestrictionType? customsRestrictionType
)

Get the String representation of a CustomsRestrictionType.

Implementation

static String? asString(CustomsRestrictionType? customsRestrictionType) =>
    customsRestrictionType?.toString();