data<T> static method

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

Implementation

static AsyncValue<T> data<T>(T value) => AsyncData<T>(value);