UserBadgeAchListEntity constructor

UserBadgeAchListEntity({
  1. String? icon,
  2. String? iconJson,
  3. String? name,
  4. int? serialNum,
  5. int? times,
  6. String? type,
  7. String? desc,
  8. List<UserBadgeAchListEntity>? achList,
})

Implementation

UserBadgeAchListEntity({
  this.icon,
  this.iconJson,
  this.name,
  this.serialNum,
  this.times,
  this.type,
  this.desc,
  this.achList,
});