orEmpty method

String orEmpty()

Implementation

String orEmpty() {
  return this ?? "";
}