ExportJobsResponse constructor

ExportJobsResponse({
  1. required List<ExportJobResponse> item,
  2. String? nextToken,
})

Implementation

ExportJobsResponse({
  required this.item,
  this.nextToken,
});