toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final featureStatsAnomaly = this.featureStatsAnomaly;
final objective = this.objective;
return {
'featureStatsAnomaly': ?featureStatsAnomaly,
'objective': ?objective,
};
}