isClosed property

bool get isClosed

true if the notebook has been closed. A closed notebook 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',
    );