isNull method

bool isNull()

Checks if data is null.

Implementation

bool isNull() => ObjectUtils.isNull(this);