isIPv6 property

bool isIPv6

Is this String a IPv6 character string?

Implementation

bool get isIPv6 => GetUtils.isIPv6(this);