whereAfterToday abstract method

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

Implementation

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