BatchStatementResponse constructor
BatchStatementResponse({
- BatchStatementError? error,
- Map<
String, AttributeValue> ? item, - String? tableName,
Implementation
BatchStatementResponse({
this.error,
this.item,
this.tableName,
});