CloudHubUser class

Constructors

CloudHubUser({required String globalId, required String displayName, required String imageURL, required String email, required String token, required String loginType, required int tokenExpiresIn})

Properties

displayName String
final
email String
final
globalId String
final
hashCode int
The hash code for this object.
no setterinherited
imageURL String
final
loginType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final
tokenExpiresIn int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromCloudHubResponse(Map<String, dynamic> userMap) CloudHubUser?
fromJson(Map<String, dynamic> userJson) CloudHubUser?