BatchStatementError constructor
BatchStatementError({
- BatchStatementErrorCodeEnum? code,
- String? message,
Implementation
BatchStatementError({
this.code,
this.message,
});