ListAnalyzersResponse constructor
ListAnalyzersResponse({
- required List<
AnalyzerSummary> analyzers, - String? nextToken,
Implementation
ListAnalyzersResponse({
required this.analyzers,
this.nextToken,
});