UrlSource constructor

UrlSource(
  1. String url, {
  2. String? mimeType,
})

Implementation

UrlSource(this.url, {this.mimeType});