TicketInfoModel class

Constructors

TicketInfoModel({int? timeStart, int? realStart, int? timeRemaining, int? userId, int? averageTime, String? accessCode, String? uniqueId, int? updatedAt, int? serviceId, int? timeStop, int? realStop, int? status, String? eventUniqueId, String? ticketUniqueId, int? createdAt, int? commissionId, String? proDisplayName, String? proUniqueId})
TicketInfoModel.fromJson(Map<String, dynamic> json)

Properties

accessCode String?
getter/setter pair
averageTime int?
getter/setter pair
commissionId int?
getter/setter pair
createdAt int?
getter/setter pair
eventUniqueId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
proDisplayName String?
getter/setter pair
proUniqueId String?
getter/setter pair
realStart int?
getter/setter pair
realStop int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId int?
getter/setter pair
status int?
getter/setter pair
ticketUniqueId String?
getter/setter pair
timeRemaining int?
getter/setter pair
timeStart int?
getter/setter pair
timeStop int?
getter/setter pair
total int?
no setter
uniqueId String?
getter/setter pair
updatedAt int?
getter/setter pair
userId 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