isValidIp4 property

bool get isValidIp4

Checks if the string is a valid IPv4 address.

Implementation

bool get isValidIp4 => hasMatch(regexValidIp4);