disposed property

bool get disposed

true after the value is discarded.

値が破棄された後trueになります。

Implementation

bool get disposed => _disposed;