UserLogin class

Implementers

Constructors

UserLogin(bool _fullyLoaded, String? _id, String? _username, String? _email, String? _name, String? _userType, String? _accountType, String? _externalID)

Properties

accountType String?
no setter
email String?
no setter
externalID String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
loginType String
no setter
name String?
no setter
nameInitial String
no setter
nameLimited String?
no setter
pictureURL String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
no setter
userType String?
no setter

Methods

getNameLimited() String?
isAccountTypeOf(String accountType) bool
isFullyLoaded() bool
isUserTypeOf(String userType) bool
logout() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

parse(dynamic content, [UserLogin userInstantiator(UserLogin user)?]) UserLogin?

Constants

NAME_LENGTH_LIMIT → const int