FunctionArguments

data class FunctionArguments(val functionArguments: List<EntryFunctionArgument>)

Constructors

Link copied to clipboard
constructor(functionArguments: List<EntryFunctionArgument>)

Properties