hasChild property

bool get hasChild
inherited

Implementation

bool get hasChild {
  return _childrenList.isNotEmpty;
}