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.

Implementers

Constructors

PropertyStream({required Future<T> future, required JsonStreamParserController parserController})

Properties

future Future<T>
A future that completes with the final parsed value of this property.
no setter
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