BatchStartResponse constructor

BatchStartResponse({
  1. List<BatchFailedResultModel>? failed,
  2. List<BatchSuccessfulResultModel>? successful,
})

Implementation

BatchStartResponse({
  this.failed,
  this.successful,
});