ListJobsResponse constructor
ListJobsResponse({
- required List<
JobSummary> jobSummaryList, - String? nextToken,
Implementation
ListJobsResponse({
required this.jobSummaryList,
this.nextToken,
});