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