Returns true if the raw value of this field is null.
true
null
This checks the underlying rawValue, which may differ from the typed value getter (which may provide a default value).
bool get isNull => rawValue == null;