whereTodayOrBefore abstract method

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

Implementation

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