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