isIPv6 method

bool isIPv6()

Checks if string is IPv6.

Implementation

bool isIPv6() => ValidatorUtils.isIPv6(this);