UserHomeModel constructor
UserHomeModel({
- String? age,
- String? attenCnt,
- String? bgImg,
- String? birthday,
- String? emotion,
- String? emotionStr,
- String? fansCnt,
- int? gender,
- int? homeCity,
- String? homeCityStr,
- int? homeProvince,
- String? homeProvinceStr,
- String? job,
- String? jobStr,
- String? levelIcon,
- List<
ContributionList> ? list, - String? myInviteCode,
- String? personalSign,
- String? userIcon,
- String? userId,
- String? userLevel,
- String? userName,
- int? accountType,
- String? anchorLevel,
- bool? hasAtten,
- 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,
});