PaymentConfiguration.fromJson constructor
PaymentConfiguration.fromJson(
- String str
Implementation
factory PaymentConfiguration.fromJson(String str) => PaymentConfiguration.fromMap(json.decode(str));
factory PaymentConfiguration.fromJson(String str) => PaymentConfiguration.fromMap(json.decode(str));