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