Whether this annotation is @doNotStore from the meta package.
@doNotStore
@doNotStore indicates that a value should not be stored or persisted.
@override bool get isDoNotStore => _isMeta('doNotStore');