AnchorEntityAchieves constructor

AnchorEntityAchieves({
  1. int? serialNum,
  2. String? name,
  3. String? icon,
  4. String? iconJson,
})

Implementation

AnchorEntityAchieves({this.serialNum, this.name, this.icon, this.iconJson});