isNotNull property

bool get isNotNull

判断是否不为空

Implementation

bool get isNotNull => !isNull;