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