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