Zero

constructor()

Creates an instance of Zero.


Calling from Kotlin

Here's an example of calling this constructor from Kotlin code:

Zero()

Calling from Java

Here's an example of calling this constructor from Java code:

new Zero();