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