toNull
Last updated
Returns a value of type null.
N/A
Returns the value of type null.
Null
In this example, we will use the Conversion.toNull function to print null in the console.
Call the function Conversion.toNull inside the Log.write function.

The console will print null.
Last updated