isNotEmpty property

bool isNotEmpty

Returns true if the walkable collection has one or more nodes.

This is equivalent to checking if roots is not empty.

Implementation

bool get isNotEmpty;