LazyIteratedDecoder class abstract
- Implemented types
- Implementers
- Available extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decodeEager(
void onDecode(Decoder decoder)) → void -
inherited
-
decodeFuture<
T> ({Decodable< T> ? using}) → Future<T> -
Available on LazyDecoder, provided by the AsyncLazyDecoder extension
Decodes a Future ofT
using the provided Decodable. -
decodeIterated(
void onItem(LazyIteratedDecoder decoder), {required void done()}) → void -
inherited
-
decodeKeyed(
void onEntry(Object key, LazyKeyedDecoder decoder), {required void done()}) → void -
inherited
-
decodeList<
T> (void onValue(List< T> value), {Decodable<T> ? using}) → void -
inherited
-
decodeObject<
T> (void onValue(T value), {Decodable< T> ? using}) → void -
inherited
-
decodeObjectOrNull<
T> (void onValue(T? value), {Decodable< T> ? using}) → void -
inherited
-
decodeStream<
T> ({Decodable< T> ? using}) → Stream<T> -
Available on LazyDecoder, provided by the AsyncLazyDecoder extension
Decodes a Stream ofT
using the provided Decodable. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
skipCurrentItem(
) → void - Skips the current item in the collection.
-
toString(
) → String -
A string representation of this object.
inherited
-
whatsNext(
void onType(DecodingType type)) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited