name property Null safety

String name

Returns the game's user friendly name based on the game's type identifier

Implementation

String get name => Game.gameNames[this]!;