isClosed property

bool get isClosed

Implementation

bool get isClosed =>
    _connectionState.isClosed || _connectionState.value.isClosed;