isClosed property

bool get isClosed

Checks if the connection is closed

Implementation

bool get isClosed => _adapter.isClosed;