none<T> function

Option<T> none<T>()

Returns an Option that resolves to a None. Represents a value that does not exists.

Implementation

Option<T> none<T>() => kNone;