startLocation property
The start location of this step.
Implementation
@$pb.TagNumber(4)
$9.Location get startLocation => $_getN(3);
Implementation
@$pb.TagNumber(4)
set startLocation($9.Location v) {
setField(4, v);
}
The start location of this step.
@$pb.TagNumber(4)
$9.Location get startLocation => $_getN(3);
@$pb.TagNumber(4)
set startLocation($9.Location v) {
setField(4, v);
}