toJson method
Implementation
String toJson() {
return InsightModelMapper.ensureInitialized()
.encodeJson<InsightModel>(this as InsightModel);
}
String toJson() {
return InsightModelMapper.ensureInitialized()
.encodeJson<InsightModel>(this as InsightModel);
}