ATDownloadResponse constructor

ATDownloadResponse(
  1. DownloadStatus downloadStatus,
  2. Map extraMap,
  3. String placementID,
  4. int totalBytes,
  5. int currBytes,
  6. String fileName,
  7. String appName,
)

Implementation

ATDownloadResponse(this.downloadStatus,this.extraMap,this.placementID,this.totalBytes,this.currBytes,this.fileName,this.appName);