ListDetectorsResponse constructor
ListDetectorsResponse({
- List<
DetectorSummary> ? detectorSummaries, - String? nextToken,
Implementation
ListDetectorsResponse({
this.detectorSummaries,
this.nextToken,
});