GetFindingsResponse constructor

GetFindingsResponse({
  1. required List<AwsSecurityFinding> findings,
  2. String? nextToken,
})

Implementation

GetFindingsResponse({
  required this.findings,
  this.nextToken,
});