whereIn static method
Implementation
static Query<$ScopedUser> whereIn(
String column,
List<dynamic> values, {
String? connection,
}) => Model.whereIn<$ScopedUser>(column, values, connection: connection);
static Query<$ScopedUser> whereIn(
String column,
List<dynamic> values, {
String? connection,
}) => Model.whereIn<$ScopedUser>(column, values, connection: connection);