TorrentAdded constructor

const TorrentAdded({
  1. required TorrentId id,
  2. required String name,
})

Implementation

const TorrentAdded({
  required this.id,
  required this.name,
});