UpdateConditionalFormatRuleResponse constructor

UpdateConditionalFormatRuleResponse({
  1. int? newIndex,
  2. ConditionalFormatRule? newRule,
  3. int? oldIndex,
  4. ConditionalFormatRule? oldRule,
})

Implementation

UpdateConditionalFormatRuleResponse({
  this.newIndex,
  this.newRule,
  this.oldIndex,
  this.oldRule,
});