bool isNotEmpty

Source

@override
bool get isNotEmpty {
  return _children.isNotEmpty;
}