numeric method

FormValidator numeric()

Validate that the value is numeric

Implementation

FormValidator numeric() {
  _addRule("numeric");
  return this;
}