isIPv4 property

bool isIPv4

Is this String a IPv4 character string?

Implementation

bool get isIPv4 => GetUtils.isIPv4(this);