UserModel constructor

UserModel({
  1. int? accountType,
  2. String? anchorIcon,
  3. String? anchorLevel,
  4. String? attenCnt,
  5. String? fansCnt,
  6. int? gender,
  7. String? id,
  8. String? levelIcon,
  9. String? myInviteCode,
  10. String? phone,
  11. String? userCls,
  12. String? userIcon,
  13. String? userLevel,
  14. String? userName,
  15. int? userApplyAnchorState,
  16. int? nobilityType,
})

Implementation

UserModel({
  this.accountType,
  this.anchorIcon,
  this.anchorLevel,
  this.attenCnt,
  this.fansCnt,
  this.gender,
  this.id,
  this.levelIcon,
  this.myInviteCode,
  this.phone,
  this.userCls,
  this.userIcon,
  this.userLevel,
  this.userName,
  this.userApplyAnchorState,
  this.nobilityType,
});