NotValidator<T> constructor
Creates a NotValidator that negates the result of another validator.
Implementation
const NotValidator(this.validator, {this.message});
Creates a NotValidator that negates the result of another validator.
const NotValidator(this.validator, {this.message});