isIPv4 property

bool isIPv4

Discover if the String is a ipv4

Implementation

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