DownloadRequest constructor

DownloadRequest({
  1. int? playerId,
  2. String? url,
})

Implementation

DownloadRequest({
  this.playerId,
  this.url,
});