Creates a OrderInfo object from a JSON object
factory OrderInfo.fromJson(Map<String, dynamic> json) => _$OrderInfoFromJson(json);