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