isNull function

bool isNull(
  1. dynamic it
)

Implementation

bool isNull(final dynamic it) => it == null;