Optional<T>.absent constructor

const Optional<T>.absent()

Constructs an empty Optional.

Implementation

const Optional.absent() : _value = null;