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