Returns true if the stream is ready for writing More precise than !isClosed as it excludes closing state
@override bool get isWritable => !_conn.isClosed;