isValid property

  1. @override
bool get isValid
override

Whether this link is navigable

e.g PathDeepLink.path.isNotEmpty;

Implementation

@override
bool get isValid => configuration.hasSegments;