DeleteTableRowRequest constructor

DeleteTableRowRequest({
  1. TableCellLocation? cellLocation,
  2. String? tableObjectId,
})

Implementation

DeleteTableRowRequest({
  this.cellLocation,
  this.tableObjectId,
});