deprecated property

  1. @TagNumber(3)
bool deprecated

Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.

Implementation

@$pb.TagNumber(3)
$core.bool get deprecated => $_getBF(2);
  1. @TagNumber(3)
void deprecated=(bool v)

Implementation

@$pb.TagNumber(3)
set deprecated($core.bool v) { $_setBool(2, v); }