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