into method

LogicCommand into(
  1. List list
)

Implementation

LogicCommand into(List<dynamic> list) {
  return this.queryOP(QueryCommandsLiteral.IN, list);
}