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