String.Empty Field

I think String.Empty is nice to have, imagine that you are trying to return an empty string in some cases in your code like:
val studentSecretName = if(student.tellMySecretName)student.secretName else “”
what if someone accidentally edited it with any string value