hasDeprecated property
bool
get
hasDeprecated
Whether the receiver has an annotation of the form @deprecated
,
@Deprecated('..')
, or any other Deprecated
constructor.
Implementation
bool get hasDeprecated;