Validation constructor
Validation({})
Implementation
Validation({
this.conditionalOn,
this.required,
this.message,
this.regex,
this.minLength,
this.maxLength,
this.min,
this.max,
});
Validation({
this.conditionalOn,
this.required,
this.message,
this.regex,
this.minLength,
this.maxLength,
this.min,
this.max,
});