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