toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final alternate = this.alternate;
final dryRunSpec = this.dryRunSpec;
final etag = this.etag;
final name = this.name;
final spec = this.spec;
return {
'alternate': ?alternate,
'dryRunSpec': ?dryRunSpec,
'etag': ?etag,
'name': ?name,
'spec': ?spec,
};
}