None<T> constructor

const None<T>()

Creates an absent option state.

const option = None<String?>();

Implementation

const None();