TorrentAddRequestParam constructor
const
TorrentAddRequestParam({
- required TorrentAddRequestArgs args,
Implementation
const TorrentAddRequestParam({required TorrentAddRequestArgs args})
: _args = args;