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