registered property

bool registered

Whether the local port is registered.

Implementation

bool get registered {
  return _registered;
}