TorrentRemoveRequestParam.build constructor
TorrentRemoveRequestParam.build({
- ServerRpcVersion? version,
- required TorrentIds<
TorrentId> ids, - bool? deleteLocalData,
Implementation
factory TorrentRemoveRequestParam.build(
{ServerRpcVersion? version,
required TorrentIds ids,
bool? deleteLocalData}) =>
_TorrentRemoveRequestParam(ids: ids, deleteLocalData: deleteLocalData);