UserDetails class abstract

Implemented types

Constructors

UserDetails([void b(UserDetailsBuilder)?])
Creates a new UserDetails object using the builder pattern.
factory
UserDetails.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

additionalMail → BuiltList<String>
no setterinherited
additionalMailScope → BuiltList<UserDetailsScope>?
no setterinherited
address → String
no setterinherited
addressScope → UserDetailsScope?
no setterinherited
avatarScope → UserDetailsScope?
no setterinherited
backend → String
no setterinherited
backendCapabilities → UserDetails_BackendCapabilities
no setterinherited
biography → String
no setterinherited
biographyScope → UserDetailsScope?
no setterinherited
displayName → String
no setterinherited
displayname → String
no setterinherited
displaynameScope → UserDetailsScope?
no setterinherited
email → String?
no setterinherited
emailScope → UserDetailsScope?
no setterinherited
enabled → bool?
no setterinherited
fediverse → String
no setterinherited
fediverseScope → UserDetailsScope?
no setterinherited
firstLoginTimestamp → int?
no setterinherited
groups → BuiltList<String>
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
headline → String
no setterinherited
headlineScope → UserDetailsScope?
no setterinherited
id → String
no setterinherited
language → String
no setterinherited
lastLogin → int
no setterinherited
lastLoginTimestamp → int?
no setterinherited
locale → String
no setterinherited
manager → String
no setterinherited
notifyEmail → String?
no setterinherited
organisation → String
no setterinherited
organisationScope → UserDetailsScope?
no setterinherited
phone → String
no setterinherited
phoneScope → UserDetailsScope?
no setterinherited
profileEnabled → String
no setterinherited
profileEnabledScope → UserDetailsScope?
no setterinherited
pronouns → String?
no setterinherited
pronounsScope → UserDetailsScope?
no setterinherited
quota → UserDetailsQuota
no setterinherited
role → String
no setterinherited
roleScope → UserDetailsScope?
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
storageLocation → String?
no setterinherited
subadmin → BuiltList<String>
no setterinherited
twitter → String
no setterinherited
twitterScope → UserDetailsScope?
no setterinherited
website → String
no setterinherited
websiteScope → UserDetailsScope?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UserDetailsBuilder)) → UserDetails
Rebuilds the instance.
inherited
toBuilder() → UserDetailsBuilder
Converts the instance to a builder B.
inherited
toJson() → Map<String, dynamic>
Parses this object into a json like map.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

serializer → Serializer<UserDetails>
Serializer for UserDetails.
no setter