position property

  1. @TagNumber(2)
Config_PositionConfig get position

Implementation

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

Implementation

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