not property

List<Schema>? get not

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

Implementation

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