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