deprecated property Null safety
read / write
Declares this operation to be deprecated.
Consumers SHOULD refrain from usage of the declared operation. Default value is false.
Implementation
bool? deprecated;
Declares this operation to be deprecated.
Consumers SHOULD refrain from usage of the declared operation. Default value is false.
bool? deprecated;