kisNull method

bool kisNull()

判断对象为空

Implementation

bool kisNull() => this == null;