description property
The short description of the step.
Implementation
@$pb.TagNumber(2)
$core.String get description => $_getSZ(0);
Implementation
@$pb.TagNumber(2)
set description($core.String value) => $_setString(0, value);
The short description of the step.
@$pb.TagNumber(2)
$core.String get description => $_getSZ(0);
@$pb.TagNumber(2)
set description($core.String value) => $_setString(0, value);