Damage constructor

const Damage({
  1. String? classUuid,
  2. String? location,
  3. int? claimId,
  4. String? imageId,
  5. bool? isMaskDuplicate,
  6. String? damageTypeName,
  7. String? damageTypeColor,
  8. num? score,
  9. List<num?>? box,
  10. String? maskPath,
  11. bool? isPart,
  12. num? overlapRate,
  13. String? className,
  14. String? damageKey,
  15. String? damageColor,
  16. String? maskUrl,
})

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,
});