DeleteTextRequest constructor
DeleteTextRequest({
- TableCellLocation? cellLocation,
- String? objectId,
- Range? textRange,
Implementation
DeleteTextRequest({
this.cellLocation,
this.objectId,
this.textRange,
});