isNotNull property

bool get isNotNull

Checks if the field is not null.

Implementation

bool get isNotNull => rawValue != null;