isNull property

bool get isNull

check if Object is Null

Implementation

bool get isNull => this == null;