EwelinkUser class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EwelinkUser(String apikey, String appId, List<EwelinkAppInfos> appInfos, Map<String, dynamic>? bindInfos, EwelinkAccountInfo? accountInfo, EwelinkClientInfo clientInfo, String countryCode, String createdAt, String currentFamilyId, String email, Map<String, dynamic> extraPush, String ip, bool isAccepEmailAd, String lang, String language, String location, String offlineTime, bool online, String password, Map<String, dynamic>? platformLang, String? userStatus, Map<String, dynamic>? timezone, Map<String, dynamic> extra)
EwelinkUser.fromJson(Map<String, dynamic> json)
factory

Properties

accountInfo EwelinkAccountInfo?
getter/setter pair
apikey String
getter/setter pair
appId String
getter/setter pair
appInfos List<EwelinkAppInfos>
getter/setter pair
bindInfos Map<String, dynamic>?
getter/setter pair
clientInfo EwelinkClientInfo
getter/setter pair
countryCode String
getter/setter pair
createdAt String
getter/setter pair
currentFamilyId String
getter/setter pair
email String
getter/setter pair
extra Map<String, dynamic>
getter/setter pair
extraPush Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String
getter/setter pair
isAccepEmailAd bool
getter/setter pair
lang String
getter/setter pair
language String
getter/setter pair
location String
getter/setter pair
offlineTime String
getter/setter pair
online bool
getter/setter pair
password String
getter/setter pair
platformLang Map<String, dynamic>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone Map<String, dynamic>?
getter/setter pair
userStatus String?
getter/setter pair

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