Option<E>.none constructor

const Option<E>.none()

Implementation

const Option.none()
    : value = null,
      _isSome = false;