isIPv6 property

bool get isIPv6

Checks if the string is a valid IPv6 address.

Implementation

bool get isIPv6 {
  return _isIP(this, 6);
}