TorrentRenamePathResponseParam constructor

const TorrentRenamePathResponseParam({
  1. required TorrentId id,
  2. required String path,
  3. required String name,
})

Implementation

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