description property
The description of the replaceable indent
Implementation
@$pb.TagNumber(16)
$core.String get description => $_getSZ(8);
Implementation
@$pb.TagNumber(16)
set description($core.String value) => $_setString(8, value);
The description of the replaceable indent
@$pb.TagNumber(16)
$core.String get description => $_getSZ(8);
@$pb.TagNumber(16)
set description($core.String value) => $_setString(8, value);