YoutubeUrlValidator constructor

YoutubeUrlValidator({
  1. String? errorText,
  2. bool allowEmpty = false,
})

Implementation

YoutubeUrlValidator({
  this.errorText,
  this.allowEmpty = false,
});