byLink property
Indicator whether initial starts with Routes.directLink.
Implementation
bool get byLink => initial?.uri.path.startsWith(Routes.directLink) == true;
Indicator whether initial starts with Routes.directLink.
bool get byLink => initial?.uri.path.startsWith(Routes.directLink) == true;