setMinValues method
Sets the minimum number of items that must be chosen; default 1, min 0, max 25.
Implementation
void setMinValues (int value) => _minValues = value;
Sets the minimum number of items that must be chosen; default 1, min 0, max 25.
void setMinValues (int value) => _minValues = value;