TicketDetail class

Constructors

TicketDetail({String? ticketTitle, String? ticketContent, int? problemTypeId, int? plateformOriginId, String? customerTicketReference, String? countryCode, String? zip, int? v2ProductId, int? productId, int? platformId, String? label, int? id, String? arckipelTicketReference, int? statusId, int? createdAt, int? updatedAt})
TicketDetail.fromJson(Map<String, dynamic> json)

Properties

arckipelTicketReference String?
getter/setter pair
countryCode String?
getter/setter pair
createdAt int?
getter/setter pair
customerTicketReference String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
label String?
getter/setter pair
plateformOriginId int?
getter/setter pair
platformId int?
getter/setter pair
problemTypeId int?
getter/setter pair
productId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusId int?
getter/setter pair
ticketContent String?
getter/setter pair
ticketTitle String?
getter/setter pair
updatedAt int?
getter/setter pair
v2ProductId int?
getter/setter pair
zip String?
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