Damage constructor
      const
      Damage({})
     
    
    
Implementation
const Damage({
  this.classUuid,
  this.location,
  this.claimId,
  this.imageId,
  this.isMaskDuplicate,
  this.damageTypeName,
  this.damageTypeColor,
  this.score,
  this.box,
  this.maskPath,
  this.isPart,
  this.overlapRate,
  this.className,
  this.damageKey,
  this.damageColor,
  this.maskUrl,
});