InsertTextRequest constructor
      
      InsertTextRequest({ 
    
    
- TableCellLocation? cellLocation,
- int? insertionIndex,
- String? objectId,
- String? text,
Implementation
InsertTextRequest({
  this.cellLocation,
  this.insertionIndex,
  this.objectId,
  this.text,
});