Or would you propose sending a boolean to indicate null as well as a string in a data type?
https://www.lucidchart.com/techblog/2015/08/31/the-worst-mis...
String is not nullable String? Is nullable and the compiler/ide will force you to check for null when you use it.