$in method

void $in(
  1. List<FD_TYPE> values
)

匹配数组中任一值

Implementation

void $in(List<FD_TYPE> values) => _cmds['\$in'] = toBaseType(values);