RequestResponse constructor
RequestResponse({})
Implementation
RequestResponse({
required this.bytesDownloaded,
required this.installErrorCode,
required this.installStatus,
required this.packageName,
required this.totalBytesToDownload,
});