locationSource property

  1. @TagNumber(5)
Position_LocSource get locationSource

TODO: REPLACE

Implementation

@$pb.TagNumber(5)
$1.Position_LocSource get locationSource => $_getN(4);
  1. @TagNumber(5)
set locationSource (Position_LocSource value)

Implementation

@$pb.TagNumber(5)
set locationSource($1.Position_LocSource value) => $_setField(5, value);