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