present<T> function

Present<T> present<T>(
  1. T value
)

Implementation

Present<T> present<T>(final T value) => Present<T>(value);