deprecationDescription property

  1. @TagNumber.new(3)
String get deprecationDescription

Deprecation description of the selected element(s). It can be provided if an element is marked as deprecated.

Implementation

@$pb.TagNumber(3)
$core.String get deprecationDescription => $_getSZ(2);
  1. @TagNumber.new(3)
set deprecationDescription (String value)

Implementation

@$pb.TagNumber(3)
set deprecationDescription($core.String value) => $_setString(2, value);