isGame property

bool isGame

Returns whether this instance is a game

Implementation

bool get isGame => this is GameValue;