followedBy static method
Implementation
static UsersQuery followedBy(UserId id) {
var query = UsersQuery(null);
query._followedBy = id;
return query;
}
static UsersQuery followedBy(UserId id) {
var query = UsersQuery(null);
query._followedBy = id;
return query;
}