WhenValidator constructor
- IValidator condition,
- IValidator then,
- IValidator otherwise, {
- bool nullable = false,
- bool optional = false,
Implementation
WhenValidator(this.condition, this.then, this.otherwise, {super.nullable, super.optional});
WhenValidator(this.condition, this.then, this.otherwise, {super.nullable, super.optional});