short property

  1. @TagNumber.new(4)
String get short

short is the short description shown in the 'help' output.

Implementation

@$pb.TagNumber(4)
$core.String get short => $_getSZ(3);
  1. @TagNumber.new(4)
set short (String v)

Implementation

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