allOf property
List<JsonSchema>
get
allOf
A List<JsonSchema> which the value must conform to all of.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.26
Implementation
List<JsonSchema> get allOf => _allOf;