EventTicketViewScreen constructor

const EventTicketViewScreen(
  1. {Key? key,
  2. int? bookingId,
  3. int? userId,
  4. bool isFromScan = false,
  5. BookingDetail? ticketScanData}
)

Implementation

const EventTicketViewScreen(
    {super.key,
    this.bookingId,
    this.userId,
    this.isFromScan = false,
    this.ticketScanData});