isEmpty property

bool isEmpty

Returns true if the walkable collection has no nodes.

This is equivalent to checking if roots is empty.

Implementation

bool get isEmpty;