RequestApiHelperDownloader constructor

RequestApiHelperDownloader({
  1. String? path,
  2. String? name,
  3. String? url,
})

Implementation

RequestApiHelperDownloader({this.path, this.name, this.url});