QueueOowooModel class

Constructors

QueueOowooModel({int? id, String? serviceLabel, int? placeId, String? serviceInfos, String? infosUrl, String? ticketImageUrl, String? ticketOptionalMessage, int? typeId, String? thumbnailService, int? visibleInOowoo, int? maxDelayCancel, dynamic price, String? currency, int? nextTime, int? allowBookWithoutPay, int? allowBookWithoutConfirmation})
QueueOowooModel.fromJson(dynamic json)

Properties

allowBookWithoutConfirmation int?
getter/setter pair
allowBookWithoutPay int?
getter/setter pair
currency String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
infosUrl String?
getter/setter pair
maxDelayCancel int?
getter/setter pair
nextTime int?
getter/setter pair
placeId int?
getter/setter pair
price ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceInfos String?
getter/setter pair
serviceLabel String?
getter/setter pair
thumbnailService String?
getter/setter pair
ticketImageUrl String?
getter/setter pair
ticketOptionalMessage String?
getter/setter pair
typeId int?
getter/setter pair
visibleInOowoo int?
getter/setter pair

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

Static Methods

listFromJson(dynamic json) List<QueueOowooModel>