isFound property

bool isFound

Returns true if this path was considered found, i.e. non-empty.

Implementation

bool get isFound => nodes.isNotEmpty;