isLoopback property
Whether the InternetAddress is a loopback address.
Implementation
@override
bool get isLoopback => this == loopbackIPv4 || this == loopbackIPv6;
Whether the InternetAddress is a loopback address.
@override
bool get isLoopback => this == loopbackIPv4 || this == loopbackIPv6;