Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 160 Bytes

File metadata and controls

3 lines (2 loc) · 160 Bytes

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