isOpen property

bool get isOpen

Whether this endpoint is currently open.

Implementation

bool get isOpen => _fd != null;