isDisposed property

bool get isDisposed

Returns true if the object has been disposed.

Implementation

bool get isDisposed => _disposed;