NotValidator<T> constructor

const NotValidator<T>(
  1. Validator<T> validator, {
  2. String? message,
})

Implementation

const NotValidator(this.validator, {this.message});