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