isNotEmpty property

bool isNotEmpty
inherited

Returns true if this container has at least 1 child.

Implementation

bool get isNotEmpty => _children.isNotEmpty;