ValidatorNot constructor

ValidatorNot([
  1. Validator? source
])

Create a Validator by negative a other Validator

Implementation

ValidatorNot([this.source]);