onlyTrending method

GroupsQuery onlyTrending(
  1. bool trending
)

Implementation

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