BuildingInsightsDetectedArrays constructor

BuildingInsightsDetectedArrays({
  1. String? detectionStatus,
  2. Date? latestCaptureDate,
})

Implementation

BuildingInsightsDetectedArrays({
  this.detectionStatus,
  this.latestCaptureDate,
});