UserPrivacySetting class
Generate By Azka Axelion Gibran Aka AZKADEV Script Dont edit by hand or anything manual
- Inheritance
-
- Object
- JsonSchemeByAzkadev
- UserPrivacySetting
Constructors
- UserPrivacySetting(Map rawData)
- Generate By General Universe Script Dont edit by hand or anything manual
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
Whether there is no key/value pair in the map.
no setterinherited
- isNotEmpty → bool
-
Whether there is at least one key/value pair in the map.
no setterinherited
- rawData ↔ Map
-
return original data json
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- special_is_json_scheme_class ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- special_return_type ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- special_type ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_allow_calls ↔ UserPrivacySettingAllowCalls
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_allow_chat_invites ↔ UserPrivacySettingAllowChatInvites
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_allow_finding_by_phone_number ↔ UserPrivacySettingAllowFindingByPhoneNumber
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_allow_peer_to_peer_calls ↔ UserPrivacySettingAllowPeerToPeerCalls
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_allow_private_voice_and_video_note_messages ↔ UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessages
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_allow_unpaid_messages ↔ UserPrivacySettingAllowUnpaidMessages
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_autosave_gifts ↔ UserPrivacySettingAutosaveGifts
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_show_bio ↔ UserPrivacySettingShowBio
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_show_birthdate ↔ UserPrivacySettingShowBirthdate
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_show_link_in_forwarded_messages ↔ UserPrivacySettingShowLinkInForwardedMessages
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_show_phone_number ↔ UserPrivacySettingShowPhoneNumber
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_show_profile_photo ↔ UserPrivacySettingShowProfilePhoto
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- user_privacy_setting_show_status ↔ UserPrivacySettingShowStatus
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
Methods
-
cast<
R> () → R -
convert to other
inherited
-
castOrNull<
R> () → R? -
convert to other
inherited
-
json_scheme_utils_checkDataIsSameBuilder(
{required bool onResult(Map rawData, Map defaultData)}) → bool - check value data whatever do yout want
-
json_scheme_utils_checkDataIsSameBySpecialType(
) → bool - check data if raw data
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
return original data json
inherited
-
toMap(
) → Map -
return original data json
inherited
-
toString(
) → String -
return string data encode json original data
inherited
-
toStringPretty(
) → String -
return string data encode json original data
inherited
-
utils_filter_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys_void(
List keys) → void -
GeneralUniverse
inherited
-
utils_remove_by_values(
List values) → Map -
return original data json
inherited
-
utils_remove_by_values_void(
List values) → void -
return original data json
inherited
-
utils_remove_values_null(
) → Map -
return original data json
inherited
-
utils_remove_values_null_void(
) → void -
return original data json
inherited
Operators
-
operator *(
dynamic value) → void -
operator map data
inherited
-
operator +(
dynamic value) → Map -
operator map data
inherited
-
operator -(
dynamic value) → Map -
return original data json
inherited
-
operator /(
dynamic value) → void -
operator map data
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
operator map data
inherited
-
operator []=(
dynamic key, dynamic value) → void -
operator map data
inherited
Static Properties
- defaultData → Map
-
return default data
no setter
- defaultDataSpecialType → String
-
return default special type @type
"userPrivacySetting"
no setter
Static Methods
-
create(
{bool schemeUtilsIsSetDefaultData = false, String special_type = "userPrivacySetting", bool special_is_json_scheme_class = true, String special_return_type = "userPrivacySetting", UserPrivacySettingShowStatus? user_privacy_setting_show_status, UserPrivacySettingShowProfilePhoto? user_privacy_setting_show_profile_photo, UserPrivacySettingShowLinkInForwardedMessages? user_privacy_setting_show_link_in_forwarded_messages, UserPrivacySettingShowPhoneNumber? user_privacy_setting_show_phone_number, UserPrivacySettingShowBio? user_privacy_setting_show_bio, UserPrivacySettingShowBirthdate? user_privacy_setting_show_birthdate, UserPrivacySettingAllowChatInvites? user_privacy_setting_allow_chat_invites, UserPrivacySettingAllowCalls? user_privacy_setting_allow_calls, UserPrivacySettingAllowPeerToPeerCalls? user_privacy_setting_allow_peer_to_peer_calls, UserPrivacySettingAllowFindingByPhoneNumber? user_privacy_setting_allow_finding_by_phone_number, UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessages? user_privacy_setting_allow_private_voice_and_video_note_messages, UserPrivacySettingAutosaveGifts? user_privacy_setting_autosave_gifts, UserPrivacySettingAllowUnpaidMessages? user_privacy_setting_allow_unpaid_messages}) → UserPrivacySetting -
Generate By General Universe Script Dont edit by hand or anything manual
override
-
empty(
) → UserPrivacySetting -
create UserPrivacySetting
Empty
override