isNull property

bool isNull

check if Object is Null

Implementation

bool get isNull => this == null;