isNull

fun isNull(field: String): Condition

Creates a null check condition. Matches documents where the specified field is null.

Return

A new null condition.

Parameters

field

The field name to check.