PropertyStream<T> class
abstract
Base class for all property streams.
Property streams provide access to JSON values as they are parsed from the input stream. Each property stream has a future that completes with the final parsed value.
Constructors
-
PropertyStream({required Future<
T> future, required JsonStreamParserController parserController})
Properties
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