TorrentSetLocationArgs constructor
const
TorrentSetLocationArgs({
- required TorrentIds<
TorrentId> ids, - required String location,
- bool? move,
Implementation
const TorrentSetLocationArgs({
required this.ids,
required this.location,
this.move,
});