isNull method

bool isNull()

Checks if data is null. 检查数据是否为空或空

Implementation

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