isNull property

bool get isNull

Checks if the field is null.

Implementation

bool get isNull => rawValue == null;