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