NumericRule constructor

NumericRule(
  1. String attribute
)

Implementation

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