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