gameEvent property

Event? gameEvent

Implementation

Event? get gameEvent =>
    (this is GameEventGame) ? (this as GameEventGame).event : null;