None<T extends Object> constructor

const None<T extends Object>()

Create a None option with no value.

Implementation

const None() : super._();