User class

Generate By Azka Axelion Gibran Aka AZKADEV Script Dont edit by hand or anything manual

Inheritance

Constructors

User(Map rawData)
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual

Properties

accent_color_id num?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
added_to_attachment_menu bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
background_custom_emoji_id num?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
emoji_status EmojiStatus
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
first_name String?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
has_active_stories bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
has_unread_active_stories bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
have_access bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
id num?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
is_close_friend bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
is_contact bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
is_mutual_contact bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
is_premium bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
is_support bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
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
language_code String?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
last_name String?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
phone_number String?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
profile_accent_color_id num?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
profile_background_custom_emoji_id num?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
profile_photo ProfilePhoto
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
rawData Map
return original data json
getter/setter pairinherited
restriction_reason String?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
restricts_new_chats bool?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
special_return_type String?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
special_type String?
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
status UserStatus
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
type UserType
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
usernames Usernames
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
getter/setter pair
verification_status VerificationStatus
Generate By AZKADEV | Azka Axelion Gibran 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 "user"
no setter

Static Methods

create({bool schemeUtilsIsSetDefaultData = false, String special_type = "user", String special_return_type = "user", num? id, String? first_name, String? last_name, Usernames? usernames, String? phone_number, UserStatus? status, ProfilePhoto? profile_photo, num? accent_color_id, num? background_custom_emoji_id, num? profile_accent_color_id, num? profile_background_custom_emoji_id, EmojiStatus? emoji_status, bool? is_contact, bool? is_mutual_contact, bool? is_close_friend, VerificationStatus? verification_status, bool? is_premium, bool? is_support, String? restriction_reason, bool? has_active_stories, bool? has_unread_active_stories, bool? restricts_new_chats, num? paid_message_star_count, bool? have_access, UserType? type, String? language_code, bool? added_to_attachment_menu}) User
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
override
empty() User
create User Empty
override