Returns true if the raw value of this field is not null.
true
null
This is the inverse of isNull. It checks the underlying rawValue.
bool get isNotNull => rawValue != null;