NullPropertyStream class

A property stream for JSON null values.

Provides a future that completes with null when the null value is fully parsed.

Inheritance

Constructors

NullPropertyStream({required Future<Null> future, required Stream<Null> stream, required JsonStreamParserController parserController})

Properties

future Future<Null>
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<Null>
A stream that emits null 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