WalkedFunctionCall
constructor(name: String, arguments: List<WalkedFunctionArgument>, bodyArgument: WalkedFunctionArgument?, next: WalkedFunctionCall? = null)
Parameters
name
the name of the function
arguments
the function's arguments
bodyArgument
the function's body argument, if any
next
the next function call in the chain, if any