isNull function

bool isNull(
  1. dynamic data
)

Implementation

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