UserHomeModel constructor

UserHomeModel({
  1. String? age,
  2. String? attenCnt,
  3. String? bgImg,
  4. String? birthday,
  5. String? emotion,
  6. String? emotionStr,
  7. String? fansCnt,
  8. int? gender,
  9. int? homeCity,
  10. String? homeCityStr,
  11. int? homeProvince,
  12. String? homeProvinceStr,
  13. String? job,
  14. String? jobStr,
  15. String? levelIcon,
  16. List<ContributionList>? list,
  17. String? myInviteCode,
  18. String? personalSign,
  19. String? userIcon,
  20. String? userId,
  21. String? userLevel,
  22. String? userName,
  23. int? accountType,
  24. String? anchorLevel,
  25. bool? hasAtten,
  26. int? nobilityType,
})

Implementation

UserHomeModel({
  this.age,
  this.attenCnt,
  this.bgImg,
  this.birthday,
  this.emotion,
  this.emotionStr,
  this.fansCnt,
  this.gender,
  this.homeCity,
  this.homeCityStr,
  this.homeProvince,
  this.homeProvinceStr,
  this.job,
  this.jobStr,
  this.levelIcon,
  this.list,
  this.myInviteCode,
  this.personalSign,
  this.userIcon,
  this.userId,
  this.userLevel,
  this.userName,
  this.accountType,
  this.anchorLevel,
  this.hasAtten,
  this.nobilityType,
});