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