BoxerQueryOption.isNull constructor
BoxerQueryOption.isNull({
- required String column,
is null
Implementation
factory BoxerQueryOption.isNull({required String column}) {
return BoxerQueryOption.isNulls(columns: [column]);
}