Valid - returns null - if ipv4 is either a well-formed IPV4 address or null.
ipv4
String? call(String? ipv4) => _ipv4Val(ipv4);