ListPropertyStreamController<T extends Object?> class
- Inheritance
-
- Object
- PropertyStreamController<
List< T> > - ListPropertyStreamController
Constructors
- ListPropertyStreamController({required JsonStreamParserController parserController, required String propertyPath})
Properties
-
completer
↔ Completer<
List< T> > -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isClosed → bool
-
no setterinherited
-
onElementCallbacks
↔ List<
void Function(PropertyStream, int)> -
getter/setter pair
- parserController → JsonStreamParserController
-
finalinherited
- propertyPath → String
-
finalinherited
-
propertyStream
↔ ListPropertyStream<
T> -
latefinaloverride-getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addOnElementCallback(
void callback(PropertyStream propertyStream, int index)) → void -
complete(
covariant List< Object?> value) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onClose(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited