fromJson static method
Implementation
static DashboardRequestModel fromJson(String json) {
return ensureInitialized().decodeJson<DashboardRequestModel>(json);
}
static DashboardRequestModel fromJson(String json) {
return ensureInitialized().decodeJson<DashboardRequestModel>(json);
}