isMulticast property
Whether the scope of the InternetAddress is multicast.
Implementation
@override
bool get isMulticast => this == anyIPv4 || this == anyIPv6;
Whether the scope of the InternetAddress is multicast.
@override
bool get isMulticast => this == anyIPv4 || this == anyIPv6;