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