withMember method

GroupsQuery withMember(
  1. UserId id
)

Implementation

GroupsQuery withMember(UserId id) {
  this.member = id;
  return this;
}