asString static method

String? asString(
  1. CustomsFormType? customsFormType
)

Get the String representation of a CustomsFormType.

Implementation

static String? asString(CustomsFormType? customsFormType) =>
    customsFormType?.toString();