chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / CallArgument / <init>

<init>

CallArgument(value: JsonElement? = null, unserializableValue: UnserializableValue? = null, objectId: RemoteObjectId? = null)

Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.

Official doc