notEmpty method

FormValidator notEmpty()

Validate that the value is not empty

Implementation

FormValidator notEmpty() {
  _addRule("not_empty");
  return this;
}