AsyncData<T> constructor

const AsyncData<T>(
  1. T value
)

Creates a AsyncData with the given value.

Implementation

const AsyncData(this.value);