isClosed property

bool isClosed

Returns true if this executor is already closed.

Implementation

bool get isClosed => _closed;