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