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