fromJson static method

DashboardRequestModel fromJson(
  1. String json
)

Implementation

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