Not<T> constructor

const Not<T>(
  1. OvO<T> schema, [
  2. String? message
])

Implementation

const Not(this.schema, [this.message]);