textUnacceptableValues property

  1. @TagNumber.new(32)
PbList<String> get textUnacceptableValues

The list of unacceptable values in case the acceptable value type is text-input or text-dropdown

Implementation

@$pb.TagNumber(32)
$pb.PbList<$core.String> get textUnacceptableValues => $_getList(11);