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