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