Unit
For Common, JVM, JS
The type with only one value: the Unit
object. This type corresponds to the void
type in Java.
For Native
The type with only one value: the Unit
object.
Functions
toString
Returns a string representation of the object.
fun toString(): String