nextValue property Null safety

double nextValue

Implementation

double get nextValue => _lastValue = _generator.nextDouble();