isGame property Null safety

bool isGame

Returns whether this instance is a game

Implementation

bool get isGame => this is GameValue;