identities property

List<UserIdentity> identities

Gets a collection of all identities associated with this User.

Implementation

List<UserIdentity> get identities {
  return realmCore.userGetIdentities(this);
}