isDeprecated property

bool get isDeprecated

Whether this annotation is @deprecated or @Deprecated from dart:core.

@deprecated marks an API as no longer recommended for use.

Implementation

bool get isDeprecated;