isActive property

bool get isActive

Checks if the link is active and usable

Implementation

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