isDoNotStore property
bool
get
isDoNotStore
Whether this annotation is @doNotStore from the meta package.
@doNotStore indicates that a value should not be stored or persisted.
Implementation
bool get isDoNotStore;