isMulticast property
Whether the scope of the InternetAddress is multicast.
Implementation
@override
bool get isMulticast => internetAddress.isMulticast;
Whether the scope of the InternetAddress is multicast.
@override
bool get isMulticast => internetAddress.isMulticast;