TicketModel class

Constructors

TicketModel({int? serviceId, int? timeStart, int? timeStop, int? realStart, int? realStop, int? averageTime, int? status, String? statusName, String? accessCode, String? ticketUniqueId, String? friendlyTicketId, int? createdAt, int? updatedAt, int? position})
TicketModel.fromJson(dynamic json)

Properties

accessCode String?
getter/setter pair
averageTime int?
getter/setter pair
createdAt int?
getter/setter pair
friendlyTicketId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
position int?
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
statusName String?
getter/setter pair
ticketUniqueId String?
getter/setter pair
timeStart int?
getter/setter pair
timeStop int?
getter/setter pair
updatedAt 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