endLocation property

  1. @TagNumber.new(5)
Location get endLocation

The end location of this step.

Implementation

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

Implementation

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