GetObjectTorrentOutput constructor

GetObjectTorrentOutput({
  1. Uint8List? body,
  2. RequestCharged? requestCharged,
})

Implementation

GetObjectTorrentOutput({
  this.body,
  this.requestCharged,
});