RuleConfiguration class
A rule configuration.
Constructors
- RuleConfiguration({bool? disabled, String? tag, required String value})
-
RuleConfiguration.fromJson(Map<
String, Object?> json) -
factory
Properties
- disabled → bool
-
Whether the rule is disabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String?
-
A tag used to filter rules in
Get workflow transition rule configurations.
final
- value → String
-
Configuration of the rule, as it is stored by the Connect or the Forge app
on the rule configuration page.
final
Methods
-
copyWith(
{bool? disabled, String? tag, String? value}) → RuleConfiguration -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited