UMShareUserInfo class

Constructors

UMShareUserInfo(String? uid, String? openid, String? accessToken, String? refreshToken, String? expiration, String? name, String? iconurl, String? unionGender, Map? originalResponse, String? error)

Properties

accessToken String?
final
error String?
final
expiration String?
final
hashCode int
The hash code for this object.
no setterinherited
iconurl String?
final
name String?
final
openid String?
final
originalResponse Map?
final
refreshToken String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
final
unionGender String?
final

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

format(String jsonStr) UMShareUserInfo