BatchDescribeSimulationJobResponse constructor
BatchDescribeSimulationJobResponse({
- List<
SimulationJob> ? jobs, - List<
String> ? unprocessedJobs,
Implementation
BatchDescribeSimulationJobResponse({
this.jobs,
this.unprocessedJobs,
});