find static method

TopicsQuery find(
  1. String searchTerm
)

Implementation

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