isClosed property
bool
get
isClosed
Whether the queue has been closed (manually or by an overflow).
Implementation
bool get isClosed => _closed;
Whether the queue has been closed (manually or by an overflow).
bool get isClosed => _closed;