isClosed property

bool isClosed

Returns true if this instance is closed (in the current Isolate).

Implementation

bool get isClosed => _closed;