DeleteTextRequest constructor

DeleteTextRequest({
  1. TableCellLocation? cellLocation,
  2. String? objectId,
  3. Range? textRange,
})

Implementation

DeleteTextRequest({this.cellLocation, this.objectId, this.textRange});