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