notSchema property
JsonSchema?
get
notSchema
A JsonSchema which the value must NOT be.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.29
Implementation
JsonSchema? get notSchema => _notSchema;