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