deprecationKind property

String? get deprecationKind

The kind of deprecation, if this annotation is a Deprecated annotation.

null is returned if this is not a Deprecated annotation.

Implementation

String? get deprecationKind;