DeleteTableColumnRequest constructor

DeleteTableColumnRequest({
  1. TableCellLocation? tableCellLocation,
})

Implementation

DeleteTableColumnRequest({
  this.tableCellLocation,
});