isDisposed property

bool get isDisposed

Whether this has been disposed.

Implementation

bool get isDisposed => _controller.isClosed;