TableDataInsertAllResponse constructor

TableDataInsertAllResponse({
  1. List<TableDataInsertAllResponseInsertErrors>? insertErrors,
  2. String? kind,
})

Implementation

TableDataInsertAllResponse({
  this.insertErrors,
  this.kind,
});