BddTerm constructor

BddTerm(
  1. BddFramework bdd,
  2. String text,
  3. _Variation variation
)

Implementation

BddTerm(BddFramework bdd, this.text, this.variation) : super(bdd);