entryStream property

ValueStream<Map<MKey?, Record<ISunnyContact>>> get entryStream
inherited

Implementation

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