TicketScan constructor
TicketScan(- {int? id,
- String? bookingNumber,
- int? eventId,
- String? eventImage,
- String? eventName,
- String? eventAddress,
- DateTime? startDate,
- String? startTime,
- String? endTime,
- int? userId,
- String? fullName,
- String? email,
- int? contactNumber,
- String? dateTime,
- List<Ticket>? tickets,
- String? quantity,
- String? price,
- String? subtotal,
- dynamic discount,
- String? totalPrice,
- String? status,
- String? paymentStatus,
- String? paymentType,
- dynamic couponData,
- String? createdAt,
- String? updatedAt}
)
Implementation
TicketScan({
this.id,
this.bookingNumber,
this.eventId,
this.eventImage,
this.eventName,
this.eventAddress,
this.startDate,
this.startTime,
this.endTime,
this.userId,
this.fullName,
this.email,
this.contactNumber,
this.dateTime,
this.tickets,
this.quantity,
this.price,
this.subtotal,
this.discount,
this.totalPrice,
this.status,
this.paymentStatus,
this.paymentType,
this.couponData,
this.createdAt,
this.updatedAt,
});