byLink property

bool get byLink

Indicator whether initial starts with Routes.directLink.

Implementation

bool get byLink => initial?.uri.path.startsWith(Routes.directLink) == true;