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