BoxerQueryOption.isNull constructor

BoxerQueryOption.isNull({
  1. required String column,
})

is null

Implementation

factory BoxerQueryOption.isNull({required String column}) {
  return BoxerQueryOption.isNulls(columns: [column]);
}