startLocation property

  1. @TagNumber.new(4)
Location get startLocation

The start location of this step.

Implementation

@$pb.TagNumber(4)
$9.Location get startLocation => $_getN(3);
  1. @TagNumber.new(4)
set startLocation (Location v)

Implementation

@$pb.TagNumber(4)
set startLocation($9.Location v) {
  setField(4, v);
}