ListEvaluationsResponse constructor
ListEvaluationsResponse({
- List<
Evaluation> ? evaluations, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListEvaluationsResponse({
this.evaluations,
this.nextPageToken,
this.unreachable,
});