isClosed property

bool isClosed

Returns true if this instance is closed.

  • A closed storage will stop fetch, save and delete operations.
  • See close.

Implementation

bool get isClosed => _closed;