isIPv6 property

bool get isIPv6

检验字符串是否是IPV6

Implementation

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