TransferTicketData constructor
Implementation
TransferTicketData({
this.userId,
this.bookingId,
this.ticketId,
this.transferBy,
this.updatedAt,
this.createdAt,
this.id,
});
TransferTicketData({
this.userId,
this.bookingId,
this.ticketId,
this.transferBy,
this.updatedAt,
this.createdAt,
this.id,
});