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