url method

Validate a URL

Implementation

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