EasyValidate constructor
const
EasyValidate({})
Implementation
const EasyValidate({
this.minLength,
this.maxLength,
this.regex,
this.min,
this.max,
this.format,
this.past,
this.future,
this.custom,
});