turn property

int turn

Implementation

int get turn {
  _turn ??= dimY + 2;
  return _turn!;
}