minValues property

int? minValues
final

the minimum number of options that must be chosen; default 1, min 0, max 25

is not always returned, hence the nullable property

Implementation

final int? minValues;