isIPV4 method

bool isIPV4()

IPv4 regex

Implementation

bool isIPV4() => RegVal.hasMatch(
      this,
      RegexPattern.ipv4,
    );