ListTicketShop constructor

ListTicketShop({
  1. String? nationCode,
  2. String? id,
  3. String? earnedTicket,
  4. String? price,
  5. String? cdate,
  6. String? isActive,
})

Implementation

ListTicketShop(
    {this.nationCode,
    this.id,
    this.earnedTicket,
    this.price,
    this.cdate,
    this.isActive});