isNull property

bool get isNull

判断是否为空

Implementation

bool get isNull => this == null;