orWhere abstract method
Implementation
QueryBuilder orWhere(
  dynamic condition, [
  String operator = '=',
  dynamic value,
  String boolean = 'and',
]);QueryBuilder orWhere(
  dynamic condition, [
  String operator = '=',
  dynamic value,
  String boolean = 'and',
]);