isActive property
bool
get
isActive
Checks if the link is active and usable
Implementation
bool get isActive => status == LinkStateStatus.active;
Checks if the link is active and usable
bool get isActive => status == LinkStateStatus.active;