isClosed property

bool get isClosed

Tracks whether this object has been properly released via dispose.

See also:

  • dispose, whose calling should set this to true.

Implementation

bool get isClosed => _isClosed;