DescribeDetectorResponse constructor

DescribeDetectorResponse({
  1. Detector? detector,
})

Implementation

DescribeDetectorResponse({
  this.detector,
});