followedBy method

TagsQuery followedBy(
  1. UserId id
)

Implementation

TagsQuery followedBy(UserId id) {
  this.follower = id;
  return this;
}