ParallelMapWaitError<K, V> constructor

ParallelMapWaitError<K, V>(
  1. Map<K, V> values,
  2. Map<K, AsyncError> errors
)

Constructor.

Implementation

ParallelMapWaitError(this.values, this.errors);