InsertTextRequest constructor

InsertTextRequest({
  1. TableCellLocation? cellLocation,
  2. int? insertionIndex,
  3. String? objectId,
  4. String? text,
})

Implementation

InsertTextRequest({
  this.cellLocation,
  this.insertionIndex,
  this.objectId,
  this.text,
});