kisNotNull method

bool kisNotNull()

判断对象不为空

Implementation

bool kisNotNull() => !kisNull();