notChild property

bool get notChild

Implementation

bool get notChild {
  return _childrenList.isEmpty;
}