description property
- @TagNumber(4)
A short description of the module that explains its purpose
Implementation
@$pb.TagNumber(4)
$core.String get description => $_getSZ(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set description($core.String v) { $_setString(3, v); }