UpdateSectionStyleRequest constructor
      
      UpdateSectionStyleRequest({ 
    
    
- String? fields,
- Range? range,
- SectionStyle? sectionStyle,
Implementation
UpdateSectionStyleRequest({
  this.fields,
  this.range,
  this.sectionStyle,
});