@override Map<String, dynamic> toJson() { final json = super.toJson(); json['cancellation'] = cancellation.toMap(); return json; }