maxItems property
int?
get
maxItems
The maximum number of items allowed.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.11
Implementation
int? get maxItems => _maxItems;