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