isDoNotStore property

  1. @override
bool get isDoNotStore
override

Whether this annotation is @doNotStore from the meta package.

@doNotStore indicates that a value should not be stored or persisted.

Implementation

@override
bool get isDoNotStore => _isMeta('doNotStore');