isNotFound property

bool isNotFound

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

Implementation

bool get isNotFound => nodes.isEmpty;