UPropertyDashboardResponse.fromJson constructor

UPropertyDashboardResponse.fromJson(
  1. String str
)

Implementation

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