KeyedJsonConsumer class

Implemented types

Constructors

KeyedJsonConsumer.new(LazyKeyedDecoder parent, void onEntry(String key, LazyKeyedDecoder decoder), void done())

Properties

done → void Function()
final
hashCode int
The hash code for this object.
no setterinherited
isDone bool
no setteroverride
onEntry → void Function(String key, LazyKeyedDecoder decoder)
final
parent LazyKeyedDecoder
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(List<int> data, int offset) int
override
close() → void
override
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