Option<V>.none constructor

const Option<V>.none()

Implementation

const Option.none() : _value = null;