CreateParagraphBulletsRequest constructor

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

Implementation

CreateParagraphBulletsRequest({
  this.bulletPreset,
  this.cellLocation,
  this.objectId,
  this.textRange,
});