isEmpty property
bool
get
isEmpty
Returns true
if this container has no child nodes.
Implementation
bool get isEmpty => _children.isEmpty;
Returns true
if this container has no child nodes.
bool get isEmpty => _children.isEmpty;