isDisposed property
bool
get
isDisposed
True after manual or automatic disposal.
Implementation
bool get isDisposed => _manager == null;
True after manual or automatic disposal.
bool get isDisposed => _manager == null;