isNotNull property

Filter get isNotNull

field IS NOT NULL

Implementation

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