AhaiDamageDetailsModel constructor

AhaiDamageDetailsModel({
  1. required String item,
  2. required String head,
  3. required String neck,
  4. required String clavicles,
  5. required String upperChest,
  6. required String lowerChest,
  7. required String stomach,
  8. required String pelvis,
  9. required String upperLimb,
  10. required String lowerLimb,
  11. required String handFoot,
})

Implementation

AhaiDamageDetailsModel({
  required this.item,
  required this.head,
  required this.neck,
  required this.clavicles,
  required this.upperChest,
  required this.lowerChest,
  required this.stomach,
  required this.pelvis,
  required this.upperLimb,
  required this.lowerLimb,
  required this.handFoot,
});