BatchStatementError constructor

BatchStatementError({
  1. BatchStatementErrorCodeEnum? code,
  2. String? message,
})

Implementation

BatchStatementError({
  this.code,
  this.message,
});