isClosed property

bool isClosed

Returns true if this document and associated stream of changes is closed.

Modifying a closed document is not allowed.

Implementation

bool get isClosed => _controller.isClosed;