identities property

List<UserIdentity> get identities

Gets a collection of all identities associated with this User.

Implementation

List<UserIdentity> get identities {
  return handle.identities;
}