Accumulator constructor Null safety
- [int _value = 0]
Accumulator may be initialized with a specified value, otherwise, it will initialize to zero.
Implementation
Accumulator([this._value = 0]);
Accumulator may be initialized with a specified value, otherwise, it will initialize to zero.
Accumulator([this._value = 0]);