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