Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Using oneof type to simulate nullable value

oneof type allows you check whether the value of a property is set or not, essentialy emulating nullable type.

close