TorrentGetResponseParam constructor
const
TorrentGetResponseParam({
- required List<
TorrentInfo> torrents, - List<
TorrentId> removed = const [],
Implementation
const TorrentGetResponseParam(
{required this.torrents, this.removed = const []});