core.Map<core.String, core.dynamic> toJson() { final dryRun = this.dryRun; final name = this.name; return {'dryRun': ?dryRun, 'name': ?name}; }