Accumulator constructor

Accumulator(
  1. String name,
  2. dynamic expr
)

Implementation

Accumulator(super.name, super.expr);