deprecated property

bool? get deprecated
inherited

Specifies that the header is deprecated and SHOULD be transitioned out of usage. Default is false.

Implementation

bool? get required;/// Specifies that the header is deprecated and
/// SHOULD be transitioned out of usage. Default is false.
bool? get deprecated;