DetectProtectiveEquipmentResponse constructor
DetectProtectiveEquipmentResponse({
- List<
ProtectiveEquipmentPerson> ? persons, - String? protectiveEquipmentModelVersion,
- ProtectiveEquipmentSummary? summary,
Implementation
DetectProtectiveEquipmentResponse({
this.persons,
this.protectiveEquipmentModelVersion,
this.summary,
});