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