isActive property

bool get isActive

Checks if the route is active

Implementation

bool get isActive => linkStatus == LinkStateStatus.active;