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