isDeprecatedWithKind abstract method

bool isDeprecatedWithKind(
  1. String kind
)

Whether this Element is annotated with a Deprecated annotation with a _DeprecationKind of kind.

Implementation

bool isDeprecatedWithKind(String kind);