fromJsonMap method
Implementation
@override
PaymentOptions? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? PaymentOptions.fromJson(json) : null;
@override
PaymentOptions? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? PaymentOptions.fromJson(json) : null;