Condition constructor

Condition({
  1. ConditionConfiguration? configuration,
})

Creates a new condition with the given configuration.

Implementation

Condition({this.configuration});