userPrivacySettingShowPhoneNumber property
A privacy setting for managing whether the user's phone number is visible
Implementation
UserPrivacySettingShowPhoneNumber? get userPrivacySettingShowPhoneNumber {
if (this is UserPrivacySettingShowPhoneNumber) {
return this as UserPrivacySettingShowPhoneNumber;
}
return null;
}