entryStream property

ValueStream<Map<MKey?, Record<V>>> entryStream

Implementation

ValueStream<Map<MKey?, Record<V>>> get entryStream => ValueStream.of(_data,
    _diffStreamController.stream.map((changes) => changes.replacement));