ListReader<E> class

The reader of lists of objects. Lazy by default - see lazy.

Inheritance

Constructors

ListReader(Reader<E> _elementReader, {bool lazy = true})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lazy bool
Enables lazy reading of the list
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The size of the value in bytes.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(BufferContext bc, int offset) List<E>
Read the value at the given offset in bc.
override
toString() String
A string representation of this object.
inherited
vTableGet(BufferContext object, int offset, int field, List<E> defaultValue) List<E>
Read the value of the given field in the given object.
inherited
vTableGetNullable(BufferContext object, int offset, int field) List<E>?
Read the value of the given field in the given object.
inherited

Operators

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