ExportJobsResponse constructor
ExportJobsResponse({
- required List<
ExportJobResponse> item, - String? nextToken,
Implementation
ExportJobsResponse({
required this.item,
this.nextToken,
});