IsNullFunctionDTO

FunctionDTO that represents the following internal functions:

Sub Type Property: "_type" : "IsNull"

Fields

Type
Name
Description
Optional
Default Value
Boolean  
not
The flag to invert the function.
true
false

Example

{
	"_type" : "IsNull",
	"not" : false
}