toJson method

Map<String, dynamic> toJson()

Implementation

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