AsyncData<T> constructor

const AsyncData<T>(
  1. T value
)

Implementation

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