userPrivacySettingShowBio property
A privacy setting for managing whether the user's bio is visible
Implementation
UserPrivacySettingShowBio? get userPrivacySettingShowBio {
if (this is UserPrivacySettingShowBio) {
return this as UserPrivacySettingShowBio;
}
return null;
}