or static method
Implementation
static LogicalQueryOperator or(List<Map<String, dynamic>> values) {
return LogicalQueryOperator.or(values);
}
static LogicalQueryOperator or(List<Map<String, dynamic>> values) {
return LogicalQueryOperator.or(values);
}