ValueOrAbsent<T>.absent constructor
Creates an omitted value that preserves the current field.
Implementation
const factory ValueOrAbsent.absent() = _Absent<T>;
Creates an omitted value that preserves the current field.
const factory ValueOrAbsent.absent() = _Absent<T>;