ignoreNull property
Rows with null values will automatically fail a rule, unless ignore_null is true.
In that case, such null rows are trivially considered passing.This field is only valid for row-level type rules.
Optional.
Implementation
core.bool? ignoreNull;