CanWrite property

  1. @override
bool CanWrite
Gets a value indicating whether the current stream supports writing.

Implementation

@override
bool get CanWrite => false;