TwitterUser class

Properties

email String?
The email address assciated with the user.
final
hashCode int
The hash code for this object.
no setteroverride
id String?
User's unique Identifier
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
The user's unique identifier, usually a long series of numbers.
final
username String?
The user's Twitter handle.
final

Methods

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.
override

Static Methods

fromMap(Map<String, dynamic> map) TwitterUser