BatchStartResponse constructor
BatchStartResponse({
- List<
BatchFailedResultModel> ? failed, - List<
BatchSuccessfulResultModel> ? successful,
Implementation
BatchStartResponse({
this.failed,
this.successful,
});