position property
The part of the config that is specific to the GPS Position
Implementation
@$pb.TagNumber(2)
$0.Config_PositionConfig get position => $_getN(1);
Implementation
@$pb.TagNumber(2)
set position($0.Config_PositionConfig value) => $_setField(2, value);