InsertTableRowsRequest constructor

InsertTableRowsRequest({
  1. TableCellLocation? cellLocation,
  2. bool? insertBelow,
  3. int? number,
  4. String? tableObjectId,
})

Implementation

InsertTableRowsRequest({
  this.cellLocation,
  this.insertBelow,
  this.number,
  this.tableObjectId,
});