NamedArgument

@Serializable
data class NamedArgument(val name: Identifier, val value: InlineExpression, val type: String = "NamedArgument")(source)

A named argument (key-value pair) in a function call.

Constructors

Link copied to clipboard
constructor(name: Identifier, value: InlineExpression, type: String = "NamedArgument")

Properties

Link copied to clipboard

The argument name

Link copied to clipboard
Link copied to clipboard

The argument value