fromJson static method

InsightModel fromJson(
  1. String json
)

Implementation

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