ProtectiveEquipmentPerson constructor
ProtectiveEquipmentPerson({
- List<
ProtectiveEquipmentBodyPart> ? bodyParts, - BoundingBox? boundingBox,
- double? confidence,
- int? id,
Implementation
ProtectiveEquipmentPerson({
this.bodyParts,
this.boundingBox,
this.confidence,
this.id,
});