CreateExportJobResponse constructor

CreateExportJobResponse({
  1. required ExportJobResponse exportJobResponse,
})

Implementation

CreateExportJobResponse({
  required this.exportJobResponse,
});