Option<T>.none constructor

const Option<T>.none()

Constructs a None option.

Implementation

const factory Option.none() = None;