MappedStreamErrorProvider<K> constructor

const MappedStreamErrorProvider<K>(
  1. K field,
  2. ValueStream<Map<K, String>> _valueStream
)

Implementation

const MappedStreamErrorProvider(this.field, this._valueStream);