isClosed property
Tracks whether this object has been properly released via dispose.
See also:
dispose, whose calling should set this totrue.
Implementation
bool get isClosed => _isClosed;
Tracks whether this object has been properly released via dispose.
See also:
dispose, whose calling should set this to true.bool get isClosed => _isClosed;