BatchWriteException constructor

BatchWriteException({
  1. int? index,
  2. String? message,
  3. BatchWriteExceptionType? type,
})

Implementation

BatchWriteException({
  this.index,
  this.message,
  this.type,
});