closedOutersIsEmpty method

bool closedOutersIsEmpty()

Implementation

bool closedOutersIsEmpty() {
  return _closedOuters.isEmpty;
}