bugReportListModelFromMap function
- String str
Implementation
BugReportListModel bugReportListModelFromMap(String str) =>
BugReportListModel.fromMap(json.decode(str));
BugReportListModel bugReportListModelFromMap(String str) =>
BugReportListModel.fromMap(json.decode(str));