menu
Dart
dart:async
ParallelWaitError
<
V
,
E
>
ParallelWaitError constructor
ParallelWaitError
brightness_4
brightness_5
description
ParallelWaitError<
V
,
E
>
constructor
ParallelWaitError<
V
,
E
>
(
V
values
,
E
errors
)
Creates error with the provided
values
and
errors
.
Implementation
ParallelWaitError
Dart
dart:async
ParallelWaitError
<
V
,
E
>
ParallelWaitError constructor
ParallelWaitError class