ArrayProperty constructor
ArrayProperty({})
Implementation
ArrayProperty({
this.items,
this.ref,
required this.nullable,
this.type = TPropertyType.arrayProperty,
required this.format,
this.defaultValue,
required this.enumValues,
});