isNull property

Filter get isNull

field IS NULL

Implementation

Filter get isNull => Filter(name, FilterOperator.isNull, null);