AsyncValue<T>.data constructor

const AsyncValue<T>.data(
  1. T value
)

Implementation

const factory AsyncValue.data(T value) = AsyncData<T>;