Zero
constructor()
Creates an instance of Zero.
Calling from Kotlin
Here's an example of calling this constructor from Kotlin code:
Zero()
Content copied to clipboard
Calling from Java
Here's an example of calling this constructor from Java code:
new Zero();
Content copied to clipboard