hasChild property

bool get hasChild

Implementation

bool get hasChild {
  return _childrenList.isNotEmpty;
}