onlyTrending method

TopicsQuery onlyTrending(
  1. bool trending
)

Implementation

TopicsQuery onlyTrending(bool trending) {
  this.trending = trending;
  return this;
}