Items constructor

Items({
  1. dynamic giftCategory,
  2. dynamic hostHedge,
  3. dynamic nonSensicalHedge,
  4. dynamic obscenitiesHedge,
  5. dynamic phoneHedge,
  6. String? name,
  7. int? quantity,
  8. String? sku,
  9. int? unitPrice,
  10. dynamic risk,
  11. dynamic timeHedge,
  12. dynamic type,
  13. dynamic velocityHedge,
  14. int? originalPrice,
  15. int? weight,
  16. int? cartType,
  17. Passenger? passenger,
})

Implementation

Items(
    {this.giftCategory,
    this.hostHedge,
    this.nonSensicalHedge,
    this.obscenitiesHedge,
    this.phoneHedge,
    this.name,
    this.quantity,
    this.sku,
    this.unitPrice,
    this.risk,
    this.timeHedge,
    this.type,
    this.velocityHedge,
    this.originalPrice,
    this.weight,
    this.cartType,
    this.passenger});