absent<T> function

Maybe<T> absent<T>()

Creates an instance of Absent.

Implementation

Maybe<T> absent<T>() => const Absent();