GameShopModel constructor
GameShopModel({
- String? balance,
- String? earnedTicket,
- List<
ListTicketShop> ? listTicketShop,
Implementation
GameShopModel({this.balance, this.earnedTicket, this.listTicketShop});