asString static method

String? asString(
  1. PaymentLogStatus? paymentLogStatus
)

Get the String representation of a PaymentLogStatus.

Implementation

static String? asString(PaymentLogStatus? paymentLogStatus) =>
    paymentLogStatus?.toString();