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