textValues property

  1. @TagNumber.new(30)
PbList<String> get textValues

The possible values from which a user can choose in case the input type is text-dropdown

Implementation

@$pb.TagNumber(30)
$pb.PbList<$core.String> get textValues => $_getList(9);