description property
Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.
Implementation
@$pb.TagNumber(2)
$core.String get description => $_getSZ(0);
Implementation
@$pb.TagNumber(2)
set description($core.String value) => $_setString(0, value);