isValidURL property

bool isValidURL

Implementation

bool get isValidURL {
  return Validators.Required(next: Validators.Url())!(this) == null;
}