deprecated property Null safety

bool? deprecated
read / write

Declares this operation to be deprecated.

Consumers SHOULD refrain from usage of the declared operation. Default value is false.

Implementation

bool? deprecated;