not property

List<Schema>? get not

Schema combinator that requires none of the sub-schemas to match.

Implementation

List<Schema>? get not => (_value[Keys.not] as List?)?.cast<Schema>();