TrackingOrderItem constructor

TrackingOrderItem({
  1. String? sku,
  2. String? name,
  3. String? category,
  4. num? price,
  5. int? quantity,
})

Implementation

TrackingOrderItem({this.sku, this.name, this.category, this.price, this.quantity});