PrefixItemsRule constructor

const PrefixItemsRule(
  1. List<SchemaRule> schemas
)

Creates a rule that validates positional elements against schemas.

Implementation

const PrefixItemsRule(this.schemas);