TableDataInsertAllResponseInsertErrors constructor

TableDataInsertAllResponseInsertErrors({
  1. List<ErrorProto>? errors,
  2. int? index,
})

Implementation

TableDataInsertAllResponseInsertErrors({
  this.errors,
  this.index,
});