isNull method

bool isNull()

Checks if data is null. 判断对象是否为null

Implementation

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