getValue method

Option<int> getValue()

Implementation

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