ListFindingsResponse constructor

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

Implementation

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