AsyncValue<T>.error constructor

const AsyncValue<T>.error(
  1. Object error,
  2. StackTrace stackTrace
)

Implementation

const factory AsyncValue.error(Object error, StackTrace stackTrace) =
    AsyncError<T>;