TableDataInsertAllRequestRows constructor

TableDataInsertAllRequestRows({
  1. String? insertId,
  2. JsonObject? json,
})

Implementation

TableDataInsertAllRequestRows({
  this.insertId,
  this.json,
});