UrlDownloadSize constructor

UrlDownloadSize({
  1. int? downloadSizeKb,
  2. String? normalizedUrl,
})

Implementation

UrlDownloadSize({
  this.downloadSizeKb,
  this.normalizedUrl,
});