GameInfo constructor

GameInfo({
  1. required String gamemode,
  2. required String type,
})

Implementation

GameInfo({
  required this.gamemode,
  required this.type,
});