BatchWriteException constructor
BatchWriteException({
- int? index,
- String? message,
- BatchWriteExceptionType? type,
Implementation
BatchWriteException({
this.index,
this.message,
this.type,
});