menu
dart_transmission_rpc package
documentation
model.dart
TorrentRenamePathResponseParam
TorrentRenamePathResponseParam const constructor
TorrentRenamePathResponseParam const constructor
dark_mode
light_mode
TorrentRenamePathResponseParam
constructor
const
TorrentRenamePathResponseParam
(
{
required
TorrentId
id
,
required
String
path
,
required
String
name
,
})
Implementation
const TorrentRenamePathResponseParam({ required this.id, required this.path, required this.name, });
dart_transmission_rpc package
documentation
model
TorrentRenamePathResponseParam
TorrentRenamePathResponseParam const constructor
TorrentRenamePathResponseParam class