isUnknown property

bool get isUnknown

Path Segment is unknown. if isUnknown is true, calling unknown route of binding

Implementation

bool get isUnknown => name == "*unknown";