Whether the element has an annotation of the form @deprecated or @Deprecated('..').
@deprecated
@Deprecated('..')
@override bool get hasDeprecated { return (_getMetadataFlags() & _metadataFlag_hasDeprecated) != 0; }