checkNull method

String checkNull()

Implementation

String checkNull() {
  return this ?? Constants.emptyString;
}