disposed property

bool disposed

Whether dispose was called on this dispose scope.

After adispose scope is disposed, it cannot be used again.

Implementation

bool get disposed => _disposed;