Returns the string itself if not null otherwise the other string.
String or(String other) { return this ?? other; }