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