isDisposed property

bool get isDisposed

Flag indicating that this event bus is disposed

Event bus can't be used if this flag is true

Implementation

bool get isDisposed => _isDisposed;