Creates a None instance.
None is a type that does not contain a value.
const factory Option.none() = None<TValue>;