asString static method

String? asString(
  1. PaymentLogTargetType? paymentLogTargetType
)

Get the String representation of a PaymentLogTargetType.

Implementation

static String? asString(PaymentLogTargetType? paymentLogTargetType) =>
    paymentLogTargetType?.toString();