whereNotBetweenColumns abstract method
Implementation
QueryBuilder whereNotBetweenColumns(
  String column,
  List<String> columns, {
  String boolean = 'and',
});QueryBuilder whereNotBetweenColumns(
  String column,
  List<String> columns, {
  String boolean = 'and',
});