PaymentSource.googlePay constructor

const PaymentSource.googlePay(
  1. String token
)

Тип оплаты с помощью Google Pay

Implementation

const factory PaymentSource.googlePay(String token) = GooglePayData;