whereNull abstract method

QueryBuilder whereNull(
  1. String column, {
  2. String boolean = 'and',
  3. bool not = false,
})

Implementation

QueryBuilder whereNull(
  String column, {
  String boolean = 'and',
  bool not = false,
});