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