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