inside method

Condition inside (
  1. List<String> list,
  2. {bool caseSensitive: false}
)

Implementation

Condition inside(List<String> list, {bool caseSensitive = false}) {
  return _opList(list, ConditionOp.inside, caseSensitive);
}