PlaceMenuItems class

Constructors

PlaceMenuItems({String? id, int? order, String? name, String? pictureUrl, double? price, String? currency, int? orderOnline, int? quickOrderInPlace, String? qrCode, String? description, double? promoPrice, int? hasOptions})
PlaceMenuItems.fromJson(Map<String, dynamic> json)

Properties

allergens List<PlaceMenuAllergens>
getter/setter pair
currency String?
getter/setter pair
description String?
getter/setter pair
expand bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasOptions int?
getter/setter pair
id String?
getter/setter pair
name String?
getter/setter pair
options List<PlaceMenuItemOption>
getter/setter pair
optionsSelected List<PlaceMenuItemOption>
getter/setter pair
order int?
getter/setter pair
orderOnline int?
getter/setter pair
pictureUrl String?
getter/setter pair
price double?
getter/setter pair
promoPrice double?
getter/setter pair
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
qrCode String?
getter/setter pair
quantity int
getter/setter pair
quickOrderInPlace int?
getter/setter pair
realPrice double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited