textAcceptableValuesWithDeviation property

  1. @TagNumber.new(31)
PbList<String> get textAcceptableValuesWithDeviation

The list of values that are acceptable (but with deviation) in case the acceptable value type is text-input or text-dropdown

Implementation

@$pb.TagNumber(31)
$pb.PbList<$core.String> get textAcceptableValuesWithDeviation =>
    $_getList(10);