position property

  1. @TagNumber(2)
Config_PositionConfig get position

The part of the config that is specific to the GPS Position

Implementation

@$pb.TagNumber(2)
$0.Config_PositionConfig get position => $_getN(1);
  1. @TagNumber(2)
set position (Config_PositionConfig value)

Implementation

@$pb.TagNumber(2)
set position($0.Config_PositionConfig value) => $_setField(2, value);