ListFindingsResponse constructor

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

Implementation

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