isMulticast property

  1. @override
bool get isMulticast
override

Whether the scope of the InternetAddress is multicast.

Implementation

@override
bool get isMulticast => this == anyIPv4 || this == anyIPv6;