hasAll method

bool hasAll()

Implementation

bool hasAll() {
  return topLeft && topRight && left && top &&
      right && bottomLeft && bottom && bottomRight;
}