CarDamage constructor

const CarDamage({
  1. num? score,
  2. List<num?>? box,
  3. String? maskPath,
  4. bool? isPart,
  5. String? maskUrl,
  6. String? className,
  7. String? damageKey,
  8. String? classUuid,
})

Implementation

const CarDamage({
  this.score,
  this.box,
  this.maskPath,
  this.isPart,
  this.maskUrl,
  this.className,
  this.damageKey,
  this.classUuid,
});