BooleanPropertyStream class
A property stream for JSON boolean values.
Provides a future that completes with the parsed boolean value.
- Inheritance
-
- Object
- PropertyStream<
bool> - BooleanPropertyStream
Constructors
-
BooleanPropertyStream({required Future<
bool> future, required Stream<bool> stream, required JsonStreamParserController parserController})
Properties
-
future
→ Future<
bool> -
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<
bool> -
A stream that emits the boolean 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