Condition constructor
Condition({
- ConditionConfiguration? configuration,
Creates a new condition with the given configuration.
Implementation
Condition({this.configuration});
Creates a new condition with the given configuration.
Condition({this.configuration});