GameShopModel constructor

GameShopModel({
  1. String? balance,
  2. String? earnedTicket,
  3. List<ListTicketShop>? listTicketShop,
})

Implementation

GameShopModel({this.balance, this.earnedTicket, this.listTicketShop});