DownloadRequest constructor

DownloadRequest(
  1. String url,
  2. String path,
  3. String thead,
  4. String tbody,
)

Implementation

DownloadRequest(
  this.url,
  this.path,
  this.thead,
  this.tbody,
);