ArraySpec constructor
const
ArraySpec({})
Creates a new ArraySpec.
Implementation
const ArraySpec({
required this.items,
this.minItems,
this.maxItems,
this.uniqueItems = false,
this.defaultValue,
super.description,
super.nullable,
super.examples,
super.isDeprecated,
});