minItems property
int?
get
minItems
The minimum number of items allowed.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.12
Implementation
int? get minItems => _minItems;