valueOf static method

ApplePayPaymentType valueOf(
  1. String name
)

Implementation

static ApplePayPaymentType valueOf(String name) =>
    _$applePayPaymentTypeValueOf(name);