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