TorrentRemoveRequestParam constructor

const TorrentRemoveRequestParam({
  1. required TorrentIds<TorrentId> ids,
  2. bool? deleteLocalData,
})

Implementation

const TorrentRemoveRequestParam({required this.ids, this.deleteLocalData});