isClosed method

bool isClosed()

Returns if this store is already closed and can no longer be used.

Implementation

bool isClosed() => _cStore.address == 0;