textAcceptableValue property
The acceptable value of the item in case input_value_type is of text type
Implementation
@$pb.TagNumber(31)
$core.String get textAcceptableValue => $_getSZ(10);
Implementation
@$pb.TagNumber(31)
set textAcceptableValue($core.String value) => $_setString(10, value);