ArrayRule constructor
- int? minItems,
- int? maxItems,
- SchemaRule? items,
- int itemsStartIndex = 0,
Implementation
const ArrayRule({
this.minItems,
this.maxItems,
this.items,
this.itemsStartIndex = 0,
});
const ArrayRule({
this.minItems,
this.maxItems,
this.items,
this.itemsStartIndex = 0,
});