onlyTrending method

LabelsQuery onlyTrending(
  1. bool trending
)

Implementation

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