TorrentGetResponseParam constructor

const TorrentGetResponseParam({
  1. required List<TorrentInfo> torrents,
  2. List<TorrentId> removed = const [],
})

Implementation

const TorrentGetResponseParam(
    {required this.torrents, this.removed = const []});