whereBeforeToday abstract method

QueryBuilder whereBeforeToday(
  1. String column, {
  2. String boolean = 'and',
})

Implementation

QueryBuilder whereBeforeToday(String column, {String boolean = 'and'});