onlyTrending method

ActivitiesQuery onlyTrending(
  1. bool trending
)

Implementation

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