Call Argument
@Serializable
Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.
Constructors
Link copied to clipboard
constructor(value: JsonElement? = null, unserializableValue: UnserializableValue? = null, objectId: RemoteObjectId? = null)