StoreKeyEventTransformer class

A stream transformer that converts a stream of StreamEvents into a stream of KeyEvents, deserializing the received data and turing database status updates into key updates.

Note: Typically, you would use FirebaseStore.streamKeys instead of using this class directly.

Implemented types

Constructors

StoreKeyEventTransformer()
Default constructor
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bind(Stream<StreamEvent> stream) Stream<KeyEvent>
Transforms the provided stream.
override
cast<RS, RT>() StreamTransformer<RS, RT>
Provides a StreamTransformer<RS, RT> view of this stream transformer.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited