toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (anomalyCount != null) 'anomalyCount': anomalyCount!,
if (deployedModelId != null) 'deployedModelId': deployedModelId!,
if (featureStats != null) 'featureStats': featureStats!,
if (objective != null) 'objective': objective!,
};