$UserDetailsInterface class abstract interface

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Constructors

$UserDetailsInterface()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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