Returns true if this container has at least 1 child.
true
bool get isNotEmpty => _children.isNotEmpty;