JsonStreamParserController class
Constructors
-
JsonStreamParserController({required void addPropertyChunk<
T>({required T chunk, required String propertyPath}), required PropertyStreamController getPropertyStreamController(String propertyPath), required PropertyStream getPropertyStream(String propertyPath, Type streamType)})
Properties
-
addPropertyChunk
→ void Function<
T>({required T chunk, required String propertyPath}) -
final
- getPropertyStream → PropertyStream Function(String propertyPath, Type streamType)
-
Gets a PropertyStream for the given path, creating the controller if needed.
The type parameter indicates what kind of stream to create.
final
- getPropertyStreamController ↔ PropertyStreamController Function(String propertyPath)
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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