isPort property

bool get isPort

Checks if the string is a valid port number.

Implementation

bool get isPort {
  return _isPort(this);
}