ValueOrAbsent<T>.absent constructor

const ValueOrAbsent<T>.absent()

Creates an omitted value that preserves the current field.

Implementation

const factory ValueOrAbsent.absent() = _Absent<T>;