call method

String? call(
  1. String? ipv4
)

Valid - returns null - if ipv4 is either a well-formed IPV4 address or null.

Implementation

String? call(String? ipv4) => _ipv4Val(ipv4);