closedOutersIsNotEmpty method

bool closedOutersIsNotEmpty()

Implementation

bool closedOutersIsNotEmpty() {
  return _closedOuters.isNotEmpty;
}