TopicsQuery constructor

TopicsQuery(
  1. String? searchTerm
)

Implementation

TopicsQuery(String? searchTerm) {
  this.searchTerm = searchTerm;
}