EwelinkUser constructor

EwelinkUser(
  1. String apikey,
  2. String appId,
  3. List<EwelinkAppInfos> appInfos,
  4. Map<String, dynamic>? bindInfos,
  5. EwelinkAccountInfo? accountInfo,
  6. EwelinkClientInfo clientInfo,
  7. String countryCode,
  8. String createdAt,
  9. String currentFamilyId,
  10. String email,
  11. Map<String, dynamic> extraPush,
  12. String ip,
  13. bool isAccepEmailAd,
  14. String lang,
  15. String language,
  16. String location,
  17. String offlineTime,
  18. bool online,
  19. String password,
  20. Map<String, dynamic>? platformLang,
  21. String? userStatus,
  22. Map<String, dynamic>? timezone,
  23. Map<String, dynamic> extra,
)

Implementation

EwelinkUser(
  this.apikey,
  this.appId,
  this.appInfos,
  this.bindInfos,
  this.accountInfo,
  this.clientInfo,
  this.countryCode,
  this.createdAt,
  this.currentFamilyId,
  this.email,
  this.extraPush,
  this.ip,
  this.isAccepEmailAd,
  this.lang,
  this.language,
  this.location,
  this.offlineTime,
  this.online,
  this.password,
  this.platformLang,
  this.userStatus,
  this.timezone,
  this.extra,
);