isNotNull method

bool isNotNull()

判断对象不为空

Implementation

bool isNotNull() => !isNull();