isNull method

bool isNull()

判断对象是否为空

Implementation

bool isNull() => this == null;