UrlParsingException constructor

UrlParsingException({
  1. required UrlData url,
})

Implementation

UrlParsingException({
  required this.url,
});