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