PlaceMenuItemOption constructor

PlaceMenuItemOption({
  1. String? id,
  2. String? currency,
  3. double? price,
  4. String? name,
  5. String? valueName,
})

Implementation

PlaceMenuItemOption({this.id, this.currency, this.price, this.name, this.valueName});