isDisposed property

bool get isDisposed

True after manual or automatic disposal.

Implementation

bool get isDisposed => _manager == null;