isLinkLocal property

  1. @override
bool get isLinkLocal
override

Whether the scope of the InternetAddress is a link-local.

Implementation

@override
bool get isLinkLocal => $value.isLinkLocal;