Word constructor

Word(
  1. String name,
  2. dynamic ab,
  3. Function f
)

constructor

Implementation

Word(this.name, ab, Function f);