indicatorSettings property

  1. @TagNumber.new(4)
IndicatorSettings get indicatorSettings

Implementation

@$pb.TagNumber(4)
IndicatorSettings get indicatorSettings => $_getN(3);
  1. @TagNumber.new(4)
set indicatorSettings (IndicatorSettings v)

Implementation

@$pb.TagNumber(4)
set indicatorSettings(IndicatorSettings v) { setField(4, v); }