values property - ParallelWaitError class - dart:async library (original) (raw)
Vvalues
final
Values of successful futures.
Has the same shape as the original collection of futures, with values for each successful future and null
values for each failing future.
Implementation
final V values;