isEmpty property

bool isEmpty
inherited

Returns true if this container has no child nodes.

Implementation

bool get isEmpty => _children.isEmpty;