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