asString static method

String? asString(
  1. IncotermType? incotermType
)

Get the String representation of a IncotermType.

Implementation

static String? asString(IncotermType? incotermType) =>
    incotermType?.toString();