RecentlyActiveTorrent constructor

RecentlyActiveTorrent(
  1. List<Torrent>? torrents,
  2. List<int>? removed
)

Implementation

RecentlyActiveTorrent(this.torrents, this.removed);