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