isIPV6 method

bool isIPV6()

IPv6 regex

Implementation

bool isIPV6() => RegVal.hasMatch(
      this,
      RegexPattern.ipv6,
    );