PriceData constructor

PriceData(
  1. List<StringData> name,
  2. double price,
  3. double discPrice,
  4. String priceUnit,
  5. ImageData image, {
  6. bool selected = false,
  7. int stock = 0,
})

Implementation

PriceData(this.name, this.price, this.discPrice, this.priceUnit, this.image, {this.selected = false, this.stock = 0,});