isClosed property

bool get isClosed

true if the document has been closed. A closed document isn't synchronized anymore and won't be re-used when the same resource is opened again.

Implementation

_i2.bool get isClosed => _i5.getProperty(
      this,
      'isClosed',
    );