GameCollection constructor

GameCollection({
  1. List<GameListModel>? game,
})

Implementation

GameCollection({this.game});