gameName property

String get gameName

The name of the current game

Implementation

String get gameName => (data["gameName"] ?? "") as String;