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