PlayxDownloadInfo constructor

PlayxDownloadInfo({
  1. required PlayxDownloadStatus status,
  2. required int bytesDownloaded,
  3. required int totalBytesToDownload,
  4. required int installErrorCode,
})

Implementation

PlayxDownloadInfo(
    {required this.status,
    required this.bytesDownloaded,
    required this.totalBytesToDownload,
    required this.installErrorCode});