ListExecutionResultsResponse constructor
ListExecutionResultsResponse({
- List<
ExecutionResult> ? executionResults, - String? nextPageToken,
Implementation
ListExecutionResultsResponse({
this.executionResults,
this.nextPageToken,
});