asString static method

String? asString(
  1. PaymentLogChargeType? paymentLogChargeType
)

Get the String representation of a PaymentLogChargeType.

Implementation

static String? asString(PaymentLogChargeType? paymentLogChargeType) =>
    paymentLogChargeType?.toString();