find static method

UsersQuery find(
  1. String searchTerm
)

Implementation

static UsersQuery find(String searchTerm) {
  return UsersQuery(searchTerm);
}