TorrentAddRequestParam constructor

const TorrentAddRequestParam({
  1. required TorrentAddRequestArgs args,
})

Implementation

const TorrentAddRequestParam({required TorrentAddRequestArgs args})
    : _args = args;