asString static method
- PaymentLogStatus? paymentLogStatus
Get the String representation of a PaymentLogStatus.
Implementation
static String? asString(PaymentLogStatus? paymentLogStatus) =>
paymentLogStatus?.toString();
Get the String representation of a PaymentLogStatus.
static String? asString(PaymentLogStatus? paymentLogStatus) =>
paymentLogStatus?.toString();