array function
Creates a schema type representing an array of the given item type.
Implementation
SchemaType array(SchemaType itemType) {
return SchemaType.array(itemType);
}
Creates a schema type representing an array of the given item type.
SchemaType array(SchemaType itemType) {
return SchemaType.array(itemType);
}