copyFrom

fun copyFrom(target: IrConstructorCall, name: IrConst): IrConstructorCallImpl

Copy the ComposableInformation constructor call, changing only name to the new value.

Parameters

target

The target ComposableInformation constructor call to copy from.

name

The new value for the name parameter.