Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'order'] = order; _json[r'categories'] = categories; return _json; }