isIP property

bool get isIP

Checks if the string is a valid IP address.

Implementation

bool get isIP {
  return _isIP(this);
}