UpValidation constructor
      
      UpValidation({})
     
    
    
Implementation
UpValidation({
  this.minLength,
  this.isEmail = false,
  this.isRequired = false,
  this.fixedLengths,
  this.customValidation,
});UpValidation({
  this.minLength,
  this.isEmail = false,
  this.isRequired = false,
  this.fixedLengths,
  this.customValidation,
});