Added in API level 1
    Void
class Void
| kotlin.Any | |
| ↳ | java.lang.Void | 
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
Summary
| Properties | |
|---|---|
| static Class<Void!>! | The  | 
Properties
TYPE
Added in API level 1
      static val TYPE: Class<Void!>!
The Class object representing the pseudo-type corresponding to the keyword void.
