orWhereRowValues abstract method

QueryBuilder orWhereRowValues(
  1. List<String> columns,
  2. String operator,
  3. List values
)

Implementation

QueryBuilder orWhereRowValues(
  List<String> columns,
  String operator,
  List<dynamic> values,
);