PlaceMenuItems constructor

PlaceMenuItems({
  1. String? id,
  2. int? order,
  3. String? name,
  4. String? pictureUrl,
  5. double? price,
  6. String? currency,
  7. int? orderOnline,
  8. int? quickOrderInPlace,
  9. String? qrCode,
  10. String? description,
  11. double? promoPrice,
  12. int? hasOptions,
})

Implementation

PlaceMenuItems(
    {this.id,
    this.order,
    this.name,
    this.pictureUrl,
    this.price,
    this.currency,
    this.orderOnline,
    this.quickOrderInPlace,
    this.qrCode,
    this.description,
    this.promoPrice,
    this.hasOptions});