asString static method

String? asString(
  1. PaymentMethodType? paymentMethodType
)

Get the String representation of a PaymentMethodType.

Implementation

static String? asString(PaymentMethodType? paymentMethodType) =>
    paymentMethodType?.toString();