transitLine property

  1. @TagNumber.new(5)
TransitLine get transitLine

Information about the transit line used in this step.

Implementation

@$pb.TagNumber(5)
$17.TransitLine get transitLine => $_getN(4);
  1. @TagNumber.new(5)
set transitLine (TransitLine v)

Implementation

@$pb.TagNumber(5)
set transitLine($17.TransitLine v) {
  setField(5, v);
}