TicketQuery constructor
TicketQuery({
- int? page,
- int? amount,
- String? storeId,
- TicketFilter? filter,
- String? code,
Implementation
TicketQuery({
super.page,
super.amount,
this.storeId,
this.filter,
this.code,
});