profile property
UserProfile
get
profile
Gets the profile information for this User.
Implementation
UserProfile get profile {
return realmCore.userGetProfileData(this);
}
Gets the profile information for this User.
UserProfile get profile {
return realmCore.userGetProfileData(this);
}