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