isLinkLocal property

bool get isLinkLocal

True for 169.254.0.0/16 — a self-assigned address, meaning no usable network.

Implementation

bool get isLinkLocal => ip.startsWith('169.254.');