toRpcJson method

  1. @override
JsonMap toRpcJson()
override

Implementation

@override
JsonMap toRpcJson() => {
      TorrentSetLocationArgument.ids.argName: ids.toRpcJson(),
      TorrentSetLocationArgument.location.argName: location,
      if (move != null) TorrentSetLocationArgument.move.argName: move,
    };