Returns true if the walkable collection has no nodes.
true
This is equivalent to checking if roots is empty.
@override bool get isEmpty => roots.isEmpty;