isNull property

bool get isNull

Check if the T is null

Implementation

bool get isNull => this == null;