UAccountingReportResponse.fromJson constructor

UAccountingReportResponse.fromJson(
  1. String str
)

Implementation

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