Whether the element has an annotation of the form @doNotStore.
@doNotStore
@override bool get hasDoNotStore => metadata.any((ElementAnnotation m) => m.isDoNotStore);