isDisposed property

bool isDisposed

Whether the underlying Arc is disposed.

Implementation

bool get isDisposed => _arc.isDisposed;