DeleteTableColumnRequest constructor

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

Implementation

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