none<T> function

Option<T> none<T>()

Return a None.

Shortcut for Option.none().

Implementation

Option<T> none<T>() => const Option.none();