IrArgument

@Serializable
data class IrArgument(val definitionId: String, val definitionPropertyName: String, val value: IrValue?)

Constructors

Link copied to clipboard
constructor(definitionId: String, definitionPropertyName: String, value: IrValue?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The value for this argument. May be null if the argument is absent