FutureValue<A>.error constructor

const FutureValue<A>.error(
  1. dynamic error,
  2. StackTrace stackTrace
)

Implementation

const factory FutureValue.error(dynamic error, StackTrace stackTrace) =
    FutureError;