ListFindingsResponse constructor

ListFindingsResponse({
  1. List<Finding>? findings,
  2. String? nextPageToken,
})

Implementation

ListFindingsResponse({
  this.findings,
  this.nextPageToken,
});