CheckoutCashappPaymentMethodOptions.fromJson constructor
CheckoutCashappPaymentMethodOptions.fromJson(
- Object? json
Implementation
factory CheckoutCashappPaymentMethodOptions.fromJson(Object? json) {
final map = (json as Map).cast<String, Object?>();
return CheckoutCashappPaymentMethodOptions();
}