checkNull method

bool checkNull()

Implementation

bool checkNull() {
  return this ?? false;
}