FBUserLogin class

Inheritance

Constructors

FBUserLogin.full(String? id, String username, String? email, String? name, String? externalID)
FBUserLogin.onlyID(String externalID)
FBUserLogin.other(UserLogin other)

Properties

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

Methods

getNameLimited() String?
inherited
isAccountTypeOf(String accountType) bool
inherited
isFullyLoaded() bool
inherited
isUserTypeOf(String userType) bool
inherited
logout() → void
override
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