isDisposed property

bool get isDisposed

Flag indicating that this store is disposed

Store can't be used if this flag is true

Implementation

bool get isDisposed => _isDisposed;