LocationOfferQuantity constructor

LocationOfferQuantity({
  1. String? quantity,
  2. String? wareHouseId,
  3. String? wareHouseName,
})

Implementation

LocationOfferQuantity({this.quantity, this.wareHouseId, this.wareHouseName});