maxContains property
int?
get
maxContains
The maximum number of elements in the list that are valid against the schema for contains
https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.6.4.4
Implementation
int? get maxContains => _maxContains;