player property

Player? player

Implementation

Player? get player {
  return gameRef.player;
}