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