followedBy method

TopicsQuery followedBy(
  1. UserId id
)

Implementation

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