ListFindingsResponse constructor
ListFindingsResponse({
- required List<
FindingSummary> findings, - String? nextToken,
Implementation
ListFindingsResponse({
required this.findings,
this.nextToken,
});