Condition constructor

Condition(
  1. {dynamic trueValue,
  2. dynamic falseValue}
)

Implementation

Condition({this.trueValue, this.falseValue});