isIPv4 property

bool get isIPv4

检验字符串是否是IPV4

Implementation

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