isClosed property

  1. @override
bool isClosed
override

Is the channel closed?

Implementation

@override
bool get isClosed => _isClosed;