isNotNull property
Filter
get
isNotNull
field IS NOT NULL
Implementation
Filter get isNotNull => Filter(name, FilterOperator.isNotNull, null);
field IS NOT NULL
Filter get isNotNull => Filter(name, FilterOperator.isNotNull, null);