getValue method

Option<bool> getValue()

Implementation

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