isDisposed property

bool isDisposed
getter/setter pair

Flag indicating that this instance is disposed

Store can't be used if this flag is true

Implementation

bool isDisposed = false;