isNull property

bool isNull

Check if the T is null

Implementation

bool get isNull => this == null;