isUsableLan property

bool get isUsableLan

The interfaces worth broadcasting on: a real LAN, not loopback, not a self-assigned address, not a tunnel, not cellular.

Implementation

bool get isUsableLan => !isLoopback && !isLinkLocal && !isTunnel && !isCellular;