TorrentSetLocationArgs constructor

const TorrentSetLocationArgs({
  1. required TorrentIds<TorrentId> ids,
  2. required String location,
  3. bool? move,
})

Implementation

const TorrentSetLocationArgs({
  required this.ids,
  required this.location,
  this.move,
});