UpdateParagraphStyleRequest constructor

UpdateParagraphStyleRequest({
  1. String? fields,
  2. ParagraphStyle? paragraphStyle,
  3. Range? range,
})

Implementation

UpdateParagraphStyleRequest({
  this.fields,
  this.paragraphStyle,
  this.range,
});