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