isDisposed property

bool isDisposed

Defines whether that Bloc was closed.

Implementation

bool get isDisposed => _isDisposed;