UpdateConditionalFormatRuleResponse constructor
      
      UpdateConditionalFormatRuleResponse({ 
    
    
- int? newIndex,
- ConditionalFormatRule? newRule,
- int? oldIndex,
- ConditionalFormatRule? oldRule,
Implementation
UpdateConditionalFormatRuleResponse({
  this.newIndex,
  this.newRule,
  this.oldIndex,
  this.oldRule,
});