isNull function

bool isNull(
  1. dynamic e
)

Implementation

bool isNull(e) => e == null;