description property
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);
Implementation
@$pb.TagNumber(3)
set description($core.String v) {
$_setString(2, v);
}