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