GetFindingsResponse constructor

GetFindingsResponse({
  1. required List<Finding> findings,
})

Implementation

GetFindingsResponse({
  required this.findings,
});