BatchItemError constructor

BatchItemError({
  1. String? errorCode,
  2. String? errorMessage,
  3. int? index,
})

Implementation

BatchItemError({
  this.errorCode,
  this.errorMessage,
  this.index,
});