isIPv4 method

bool isIPv4()

Checks if string is IPv4.

Implementation

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