Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'slot'] = this.slot; json[r'days'] = this.days; return json; }