description property

  1. @TagNumber(3)
String description

An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

Implementation

@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
  1. @TagNumber(3)
void description=(String v)

Implementation

@$pb.TagNumber(3)
set description($core.String v) { $_setString(2, v); }