UpdateConditionalFormatRuleResponse class
The result of updating a conditional format rule.
Constructors
- UpdateConditionalFormatRuleResponse({int? newIndex, ConditionalFormatRule? newRule, int? oldIndex, ConditionalFormatRule? oldRule})
- UpdateConditionalFormatRuleResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- newIndex ↔ int?
-
The index of the new rule.
getter/setter pair
- newRule ↔ ConditionalFormatRule?
-
The new rule that replaced the old rule (if replacing), or the rule that
was moved (if moved)
getter/setter pair
- oldIndex ↔ int?
-
The old index of the rule.
getter/setter pair
- oldRule ↔ ConditionalFormatRule?
-
The old (deleted) rule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited