UpdateParagraphStyleRequest constructor
UpdateParagraphStyleRequest({
- String? fields,
- ParagraphStyle? paragraphStyle,
- Range? range,
Implementation
UpdateParagraphStyleRequest({
this.fields,
this.paragraphStyle,
this.range,
});