Gets all currently logged in users.
Iterable<User> get users { return realmCore.getUsers(this).map((handle) => UserInternal.create(handle, this)); }