PaymentResponse.fromJson constructor
PaymentResponse.fromJson(
- String source
Implementation
factory PaymentResponse.fromJson(String source) =>
PaymentResponse.fromMap(json.decode(source));
factory PaymentResponse.fromJson(String source) =>
PaymentResponse.fromMap(json.decode(source));