TorrentSetLocationRequestParam.build constructor
TorrentSetLocationRequestParam.build({
- ServerRpcVersion? version,
- required TorrentSetLocationArgs args,
Implementation
factory TorrentSetLocationRequestParam.build({
ServerRpcVersion? version,
required TorrentSetLocationArgs args,
}) =>
buildRequestParam1(version, args,
nullVersionBuilder: (args) =>
TorrentSetLocationRequestParam(args: args),
defaultVersionBuilder: (args) =>
TorrentSetLocationRequestParam(args: args));