defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "userPrivacySettingRule",
    "@is_json_scheme_class": true,
    "@return_type": "userPrivacySettingRule",
    "user_privacy_setting_rule_allow_all": {"@type": "userPrivacySettingRuleAllowAll"},
    "user_privacy_setting_rule_allow_contacts": {"@type": "userPrivacySettingRuleAllowContacts"},
    "user_privacy_setting_rule_allow_bots": {"@type": "userPrivacySettingRuleAllowBots"},
    "user_privacy_setting_rule_allow_premium_users": {"@type": "userPrivacySettingRuleAllowPremiumUsers"},
    "user_privacy_setting_rule_allow_users": {"@type": "userPrivacySettingRuleAllowUsers"},
    "user_privacy_setting_rule_allow_chat_members": {"@type": "userPrivacySettingRuleAllowChatMembers"},
    "user_privacy_setting_rule_restrict_all": {"@type": "userPrivacySettingRuleRestrictAll"},
    "user_privacy_setting_rule_restrict_contacts": {"@type": "userPrivacySettingRuleRestrictContacts"},
    "user_privacy_setting_rule_restrict_bots": {"@type": "userPrivacySettingRuleRestrictBots"},
    "user_privacy_setting_rule_restrict_users": {"@type": "userPrivacySettingRuleRestrictUsers"},
    "user_privacy_setting_rule_restrict_chat_members": {"@type": "userPrivacySettingRuleRestrictChatMembers"},
    "user_privacy_setting_rules": {"@type": "userPrivacySettingRules"}
  };
}