TicketRepo class

Constructors

TicketRepo([AppApi? api])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAnswersOfTicket(dynamic ticketId) Future<List<TicketAnswer>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
v2_answerToTicketFromAgent({dynamic ticketId, dynamic answerContent}) Future<bool>
v2_answerToTicketFromCustomer({dynamic ticketId, dynamic answerContent}) Future<bool>
v2_assignTicketToAgents({dynamic ticketId, dynamic proId}) Future<bool>
v2_getAgentList() Future<List<AgentModel>>
v2_getMyTicketsFromAgent(dynamic ticketStatusId) Future<ListTicket?>
v2_getMyTicketsFromCustomer(dynamic params) Future<ListTicket?>
v2_postTicketByCustomer(dynamic params) Future<TicketDetail?>

Operators

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