isClosed method
Returns if this store is already closed and can no longer be used.
Implementation
bool isClosed() => _cStore.address == 0;
Returns if this store is already closed and can no longer be used.
bool isClosed() => _cStore.address == 0;