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(this.values, this.errors);
Dart
dart:async
ParallelWaitError
<
V
,
E
>
ParallelWaitError constructor
ParallelWaitError class
Constructors
ParallelWaitError
Properties
errors
hashCode
runtimeType
stackTrace
values
Methods
noSuchMethod
toString
Operators
operator ==