noScoreThreshold property

  1. @TagNumber(6)
NoScoreThreshold_ noScoreThreshold

Implementation

@$pb.TagNumber(6)
NoScoreThreshold_ get noScoreThreshold => $_getN(5);
  1. @TagNumber(6)
void noScoreThreshold=(NoScoreThreshold_ v)

Implementation

@$pb.TagNumber(6)
set noScoreThreshold(NoScoreThreshold_ v) {
  setField(6, v);
}