isWritable property

  1. @override
bool get isWritable
override

Returns true if the stream is ready for writing More precise than !isClosed as it excludes closing state

Implementation

@override
bool get isWritable => !_conn.isClosed;