CanRead property

  1. @override
bool CanRead
Gets a value indicating whether the current stream supports reading.

Implementation

@override
bool get CanRead => true;