ListFindingsReportsResponse constructor
      
      ListFindingsReportsResponse({ 
    
    
- required List<FindingsReportSummary> findingsReportSummaries,
- String? nextToken,
Implementation
ListFindingsReportsResponse({
  required this.findingsReportSummaries,
  this.nextToken,
});