ValidationRule constructor
      
      ValidationRule({})
     
    
    
Implementation
ValidationRule(
    {required this.signature,
    this.attribute = "",
    this.title = "Invalid data",
    this.description = "",
    this.textFieldMessage,
    this.info = const {}});