profile property
UserProfile
get
profile
Gets the profile information for this User.
Implementation
UserProfile get profile {
return handle.profileData;
}
Gets the profile information for this User.
UserProfile get profile {
return handle.profileData;
}