isNull method

TQuery isNull()

Only elements with a value of Null for key can be filtered.

keyに対する値がNullの要素のみをフィルタリングすることができます。

Implementation

TQuery isNull() {
  return _toQuery(_modelQuery.isNull(key));
}