checkNull method

String checkNull()

Implementation

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