isNull function

bool isNull(
  1. Object x
)

Implementation

bool isNull(Object x) => x == null;