User class

Constructors

User(Map<String, dynamic> params)
constructor

Properties

email String
user email address
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
The unique identifier of this user.
no setter
name String
Twitter account name
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenName String
Twitter account id
no setter
thumbnailImage String
thumbnailImage
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

Static Methods

getUserData(String apiKey, String apiSecretKey, String accessToken, String accessTokenSecret) Future<User>
get user info
getUserDataV2(String apiKey, String apiSecretKey, String accessToken, String accessTokenSecret, String userId) Future<User>
get user info.