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