DeleteTableRowRequest constructor

DeleteTableRowRequest({
  1. TableCellLocation? tableCellLocation,
})

Implementation

DeleteTableRowRequest({
  this.tableCellLocation,
});