hasPositions method

bool hasPositions()
inherited

Implementation

bool hasPositions() {
  return (stackPositionTop ??
          stackPositionBottom ??
          stackPositionLeft ??
          stackPositionRight) !=
      null;
}