DetectProtectiveEquipmentResponse constructor

DetectProtectiveEquipmentResponse({
  1. List<ProtectiveEquipmentPerson>? persons,
  2. String? protectiveEquipmentModelVersion,
  3. ProtectiveEquipmentSummary? summary,
})

Implementation

DetectProtectiveEquipmentResponse({
  this.persons,
  this.protectiveEquipmentModelVersion,
  this.summary,
});