FutureValue<T> constructor Null safety

const FutureValue<T>(
  1. T value
)

Implementation

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