walkOver constant

Player const walkOver

Implementation

static const walkOver = Player(
  name: 'Walk Over',
  flag: '👤',
  isWalkOver: true,
);