isDisconnected property

bool get isDisconnected

true if this Notify has been closed and will reject new waiters.

Implementation

bool get isDisconnected => _closed;