isIPv6 property

bool get isIPv6

Discover if the String is a ipv6

Implementation

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