FutureValue<T> constructor

const FutureValue<T>(
  1. T value
)

Implementation

const factory FutureValue(T value) = _$FutureValue<T>;