NumberPropertyDelegate class

Inheritance

Constructors

NumberPropertyDelegate({required String propertyPath, required JsonStreamParserController parserController, void onComplete()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
isDone bool
getter/setter pairinherited
onComplete → void Function()?
finalinherited
parserController JsonStreamParserController
finalinherited
propertyPath String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCharacter(String character) → void
override
addPropertyChunk<T>(T value, {String? innerPath}) → void
inherited
createDelegate(String character, {required String propertyPath, required JsonStreamParserController jsonStreamParserController, void onComplete()?}) PropertyDelegate
inherited
newPath(String path) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChunkEnd() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited