NumericRule constructor
      
      NumericRule(
    
    
- String attribute
Implementation
NumericRule(String attribute)
    : super(
          signature: "numeric",
          description: "The $attribute field is not numeric",
          textFieldMessage: "Must be a numeric");