getValue method

Option<double> getValue()

Implementation

Option<double> getValue() => option(_assigned, _value);