NumberPropertyStream class

A property stream for JSON number values.

Provides a future that completes with the parsed number value. Numbers are atomic values, so the stream emits once when complete.

Inheritance

Constructors

NumberPropertyStream({required Future<num> future, required Stream<num> stream, required JsonStreamParserController parserController})

Properties

future Future<num>
A future that completes with the final parsed value of this property.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<num>
A stream that emits the number value when parsing is complete.
no setter

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