userPrivacySettingAllowCalls property

UserPrivacySettingAllowCalls? userPrivacySettingAllowCalls

A privacy setting for managing whether the user can be called

Implementation

UserPrivacySettingAllowCalls? get userPrivacySettingAllowCalls {
  if (this is UserPrivacySettingAllowCalls) {
    return this as UserPrivacySettingAllowCalls;
  }
  return null;
}