newValue property

double get newValue

Implementation

double get newValue {
  return _newValue ?? _value;
}