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