TorrentRemoveRequestParam constructor
const
TorrentRemoveRequestParam({
- required TorrentIds<
TorrentId> ids, - bool? deleteLocalData,
Implementation
const TorrentRemoveRequestParam({required this.ids, this.deleteLocalData});