description property
A human-readable description of this log. This information appears in the documentation and can contain details.
Implementation
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set description($core.String value) => $_setString(2, value);