Optional<T>.none constructor

const Optional<T>.none()

Implementation

const Optional.none() : this(null);