ThingSmartUserModel class

Constructors

ThingSmartUserModel.fromJson(Map<String, dynamic> json)

Properties

countryCode String
The user's country code.
final
ecode String
The user's ecode.
final
email String
The user's email.
final
hashCode int
The hash code for this object.
no setterinherited
headIconUrl String?
The user's head icon URL.
final
isLogin bool
Whether the user is logged in or not.
final
nickname String
The user's nickname.
final
partnerIdentity String
The user's partner identity.
final
phoneNumber String
The user's phone number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sid String
The user's session ID.
final
username String
The user's username.
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