TicketTransferResponse constructor
- {int? code,
- String? status,
- String? message,
- TransferTicketData? data}
Implementation
TicketTransferResponse({
this.code,
this.status,
this.message,
this.data,
});
TicketTransferResponse({
this.code,
this.status,
this.message,
this.data,
});