defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "userPrivacySetting",
    "@is_json_scheme_class": true,
    "@return_type": "userPrivacySetting",
    "user_privacy_setting_show_status": {"@type": "userPrivacySettingShowStatus"},
    "user_privacy_setting_show_profile_photo": {"@type": "userPrivacySettingShowProfilePhoto"},
    "user_privacy_setting_show_link_in_forwarded_messages": {"@type": "userPrivacySettingShowLinkInForwardedMessages"},
    "user_privacy_setting_show_phone_number": {"@type": "userPrivacySettingShowPhoneNumber"},
    "user_privacy_setting_show_bio": {"@type": "userPrivacySettingShowBio"},
    "user_privacy_setting_show_birthdate": {"@type": "userPrivacySettingShowBirthdate"},
    "user_privacy_setting_allow_chat_invites": {"@type": "userPrivacySettingAllowChatInvites"},
    "user_privacy_setting_allow_calls": {"@type": "userPrivacySettingAllowCalls"},
    "user_privacy_setting_allow_peer_to_peer_calls": {"@type": "userPrivacySettingAllowPeerToPeerCalls"},
    "user_privacy_setting_allow_finding_by_phone_number": {"@type": "userPrivacySettingAllowFindingByPhoneNumber"},
    "user_privacy_setting_allow_private_voice_and_video_note_messages": {"@type": "userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages"},
    "user_privacy_setting_autosave_gifts": {"@type": "userPrivacySettingAutosaveGifts"},
    "user_privacy_setting_allow_unpaid_messages": {"@type": "userPrivacySettingAllowUnpaidMessages"}
  };
}