TorrentSetLocationRequestParam.build constructor

TorrentSetLocationRequestParam.build({
  1. ServerRpcVersion? version,
  2. 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));