TableDataInsertAllResponse constructor
TableDataInsertAllResponse({
- List<
TableDataInsertAllResponseInsertErrors> ? insertErrors, - String? kind,
Implementation
TableDataInsertAllResponse({
this.insertErrors,
this.kind,
});