errors property - ParallelWaitError class - dart:async library (original) (raw)

description

Eerrors

final

Errors of failing futures.

Has the same shape as the original collection of futures, with errors, typically AsyncError, for each failing future and null values for each successful future.

Implementation

final E errors;